Searched refs:scrollPosition (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java60 * @param scrollPosition the position of the scroller in the range
63 public void onScroll(float scrollPosition); argument
554 public void scrollTo(float scrollPosition) { argument
555 scrollTo(0, Math.round(scrollPosition * mMaxScrollY));
H A DImageGallery.java764 public void onScroll(float scrollPosition) { argument
765 mScrollPosition = scrollPosition;

Completed in 237 milliseconds