Home | History | Annotate | Download | only in list

Lines Matching refs:rightBound

481         int rightBound = width - getPaddingRight();
492 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
494 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
498 rightBound -= mHeaderWidth;
504 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound);
506 mRightOffset = left + rightBound;
509 rightBound -= mGapBetweenImageAndText;
522 mCheckBox.layout(rightBound - mCheckBoxWidth,
524 rightBound,
556 rightBound - mPhotoViewWidth,
558 rightBound,
560 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText);
563 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText);
583 rightBound - distanceFromEnd,
588 rightBound,
596 int statusRightBound = rightBound;
600 rightBound - iconWidth,
602 rightBound,
628 rightBound,
642 rightBound,
651 mLabelView.layout(rightBound - mLabelView.getMeasuredWidth(),
653 rightBound,
655 rightBound -= mLabelView.getMeasuredWidth();
670 rightBound,
680 rightBound,