Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java577 public int getSlotIndexByPosition(float x, float y) { in getSlotIndexByPosition() method in SlotView.Layout
636 int index = mLayout.getSlotIndexByPosition(e.getX(), e.getY()); in onShowPress()
688 int index = mLayout.getSlotIndexByPosition(e.getX(), e.getY()); in onSingleTapUp()
699 int index = mLayout.getSlotIndexByPosition(e.getX(), e.getY()); in onLongPress()