Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java315 int index = computeSelectedIndex(e.getX(), e.getY()); in onDown()
362 int index = computeSelectedIndex(e.getX(), e.getY()); in onSingleTapConfirmed()
516 int computeSelectedIndex(float xFloat, float yFloat) { in computeSelectedIndex() method in GridViewSpecial