Home | History | Annotate | Download | only in list

Lines Matching refs:leftBound

480         int leftBound = getPaddingLeft();
492 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
494 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
500 leftBound += mHeaderWidth;
504 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound);
505 mLeftOffset = left + leftBound;
511 leftBound += mGapBetweenImageAndText;
527 mCheckBox.layout(leftBound,
529 leftBound + mCheckBoxWidth,
541 leftBound,
543 leftBound + mPhotoViewWidth,
545 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
548 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
567 leftBound += mTextIndent;
581 mNameTextView.layout(leftBound,
586 mNameTextView.layout(leftBound + distanceFromEnd,
608 mStatusView.layout(leftBound,
614 int statusLeftBound = leftBound;
618 leftBound,
620 leftBound + iconWidth,
638 int dataLeftBound = leftBound;
640 mPhoneticNameTextView.layout(leftBound,
658 dataLeftBound = leftBound + mLabelView.getMeasuredWidth();
659 mLabelView.layout(leftBound,
678 mSnippetView.layout(leftBound,