Searched refs:mMaxScrollY (Results 1 – 1 of 1) sorted by relevance
124 private int mMaxScrollY; field in GridViewSpecial224 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()