| 605 | } |
| 606 | |
| 607 | void CACollectionView::firstReloadData() |
| 608 | { |
| 609 | CC_RETURN_IF(!m_mpUsedCollectionCells.empty()); |
| 610 | this->reloadData(); |
| 611 | } |
| 612 | |
| 613 | void CACollectionView::recoveryCollectionCell() |
| 614 | { |
nothing calls this directly
no test coverage detected