Home | History | Annotate | Download | only in widget

Lines Matching defs:viewHeight

137                 final int viewHeight = mList.getHeight();
142 } else if (newThumbY + mThumbH > viewHeight) {
143 newThumbY = viewHeight - mThumbH;
146 scrollTo((float) mThumbY / (viewHeight - mThumbH));
773 final int viewHeight = mList.getHeight();
778 } else if (newThumbY + mThumbH > viewHeight) {
779 newThumbY = viewHeight - mThumbH;
782 scrollTo((float) mThumbY / (viewHeight - mThumbH));
824 final int viewHeight = mList.getHeight();
829 } else if (newThumbY + mThumbH > viewHeight) {
830 newThumbY = viewHeight - mThumbH;
838 scrollTo((float) mThumbY / (viewHeight - mThumbH));