Home
last modified time | relevance | path

Searched refs:setPressedIndex (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumPage.java239 mAlbumView.setPressedIndex(index); in onDown()
245 mAlbumView.setPressedIndex(-1); in onUp()
261 mAlbumView.setPressedIndex(slotIndex); in onSingleTapUp()
426 mAlbumView.setPressedIndex(-1); in onResume()
DManageCachePage.java150 mSelectionDrawer.setPressedIndex(index); in onDown()
154 mSelectionDrawer.setPressedIndex(-1); in onUp()
DAlbumSetPage.java200 mAlbumSetView.setPressedIndex(slotIndex); in onSingleTapUp()
288 mAlbumSetView.setPressedIndex(index); in onDown()
294 mAlbumSetView.setPressedIndex(-1); in onUp()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSlotRenderer.java65 public void setPressedIndex(int index) { in setPressedIndex() method in AlbumSlotRenderer
DAlbumSetSlotRenderer.java84 public void setPressedIndex(int index) { in setPressedIndex() method in AlbumSetSlotRenderer