Home | History | Annotate | Download | only in widget

Lines Matching refs:mLeft

453                                 (!mExpanded && left > mBottomOffset + mRight - mLeft -
604 handle.offsetLeftAndRight(mBottomOffset + mRight - mLeft -
612 } else if (deltaX > mBottomOffset + mRight - mLeft - mHandleWidth - left) {
613 deltaX = mBottomOffset + mRight - mLeft - mHandleWidth - left;
644 content.measure(MeasureSpec.makeMeasureSpec(mRight - mLeft, MeasureSpec.EXACTLY),
650 int width = mRight - mLeft - childWidth - mTopOffset;