Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java124 private int mMaxScrollY; field in GridViewSpecial
224 mMaxScrollY = mSpec.mCellSpacing + (mRows * mBlockHeight) in onLayout()
229 mScrollY = Math.max(0, Math.min(mMaxScrollY, mScrollY)); in onLayout()
250 return mMaxScrollY + getHeight(); in computeVerticalScrollRange()
337 mMaxScrollY); in onFling()
555 scrollTo(0, Math.round(scrollPosition * mMaxScrollY)); in scrollTo()
560 y = Math.max(0, Math.min(mMaxScrollY, y)); in scrollTo()
562 mListener.onScroll((float) mScrollY / mMaxScrollY); in scrollTo()