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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataLoader.java153 private void clearSlot(int slotIndex) { method in class:AlbumDataLoader
173 clearSlot(i % DATA_CACHE_SIZE);
177 clearSlot(i % DATA_CACHE_SIZE);
180 clearSlot(i % DATA_CACHE_SIZE);
H A DAlbumSetDataLoader.java164 private void clearSlot(int slotIndex) { method in class:AlbumSetDataLoader
184 clearSlot(i % length);
188 clearSlot(i % length);
191 clearSlot(i % length);

Completed in 1646 milliseconds