Home | History | Annotate | Download | only in widget

Lines Matching refs:mRight

447                                 (!mExpanded && left > mBottomOffset + mRight - mLeft -
598 handle.offsetLeftAndRight(mBottomOffset + mRight - mLeft -
606 } else if (deltaX > mBottomOffset + mRight - mLeft - mHandleWidth - left) {
607 deltaX = mBottomOffset + mRight - mLeft - mHandleWidth - left;
638 content.measure(MeasureSpec.makeMeasureSpec(mRight - mLeft, MeasureSpec.EXACTLY),
644 int width = mRight - mLeft - childWidth - mTopOffset;