Home
last modified time | relevance | path

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

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