Searched refs:clearSlot (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataAdapter.java134 private void clearSlot(int slotIndex) { method in class:AlbumDataAdapter
154 clearSlot(i % DATA_CACHE_SIZE);
158 clearSlot(i % DATA_CACHE_SIZE);
161 clearSlot(i % DATA_CACHE_SIZE);
H A DAlbumSetDataAdapter.java148 private void clearSlot(int slotIndex) { method in class:AlbumSetDataAdapter
168 clearSlot(i % length);
172 clearSlot(i % length);
175 clearSlot(i % length);

Completed in 582 milliseconds