Home
last modified time | relevance | path

Searched refs:acceptSlot (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSlotRenderer.java34 public boolean acceptSlot(int index); in acceptSlot() method
105 if (mSlotFilter != null && !mSlotFilter.acceptSlot(index)) return 0; in renderSlot()
DPhotoFallbackEffect.java172 public boolean acceptSlot(int index) { in acceptSlot() method in PhotoFallbackEffect