Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java620 int topPos = startRow * mColumns; in onKeyDown() local
621 Rect r = getRectForPosition(topPos); in onKeyDown()
623 topPos += mColumns; in onKeyDown()
625 topPos = Math.min(mCount - 1, topPos); in onKeyDown()
626 sel = topPos; in onKeyDown()