Home
last modified time | relevance | path

Searched refs:rightBound (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java616 int rightBound = width - getPaddingRight(); in onLayout() local
627 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 …]