Home | History | Annotate | Download | only in widget

Lines Matching refs:mHandleHeight

118     private int mHandleHeight;
367 mHandleHeight = handle.getHeight();
469 mHandleHeight - mTapThreshold) :
516 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
567 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth);
593 mHandleHeight - handle.getTop());
600 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
601 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top;
660 final int childHeight = mHandleHeight;