Home | History | Annotate | Download | only in widget

Lines Matching refs:mTop

450                                 (!mExpanded && top > mBottomOffset + mBottom - mTop -
574 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop -
582 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
583 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top;
643 int height = mBottom - mTop - childHeight - mTopOffset;
652 MeasureSpec.makeMeasureSpec(mBottom - mTop, MeasureSpec.EXACTLY));