Searched refs:rightBound (Results 1 – 1 of 1) sorted by relevance
594 int rightBound = width - getPaddingRight(); in onLayout() local605 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()607 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()611 rightBound -= mHeaderWidth; in onLayout()617 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()619 mRightOffset = left + rightBound; in onLayout()622 rightBound -= mGapBetweenImageAndText; in onLayout()635 mCheckBox.layout(rightBound - mCheckBoxWidth, in onLayout()637 rightBound, in onLayout()669 rightBound - mPhotoViewWidth, in onLayout()[all …]