Searched refs:leftBound (Results 1 – 1 of 1) sorted by relevance
615 int leftBound = getPaddingLeft(); in onLayout() local627 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()629 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()635 leftBound += mHeaderWidth; in onLayout()639 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()640 mLeftOffset = left + leftBound; in onLayout()645 leftBound += mGapBetweenIndexerAndImage; in onLayout()660 mCheckBox.layout(leftBound + mGapFromScrollBar, in onLayout()662 leftBound + mGapFromScrollBar + mCheckBoxWidth, in onLayout()678 mDeleteImageButton.layout(leftBound, in onLayout()[all …]