Searched defs:scrollPos (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java901 int scrollPos) {
905 int currentBlock = (scrollPos < 0)
906 ? ((scrollPos - height + 1) / height)
907 : (scrollPos / height);
911 if (yPos >= scrollPos + thisHeight) {
900 doDraw(Canvas canvas, int thisWidth, int thisHeight, int scrollPos) argument

Completed in 87 milliseconds