Searched refs:rightBound (Results 1 – 1 of 1) sorted by relevance
616 int rightBound = width - getPaddingRight(); in onLayout() local627 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()629 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()633 rightBound -= mHeaderWidth; in onLayout()639 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()641 mRightOffset = left + rightBound; in onLayout()643 rightBound -= mGapBetweenIndexerAndImage; in onLayout()655 mCheckBox.layout(rightBound - mGapFromScrollBar - mCheckBoxWidth, in onLayout()657 rightBound - mGapFromScrollBar, in onLayout()672 mDeleteImageButton.layout(rightBound - mDeleteImageButtonSize, in onLayout()[all …]