Searched refs:rightBound (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListItemView.java | 618 int rightBound = width - getPaddingRight(); in onLayout() local 629 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout() 631 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout() 635 rightBound -= mHeaderWidth; in onLayout() 641 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout() 643 mRightOffset = left + rightBound; in onLayout() 645 rightBound -= mGapBetweenIndexerAndImage; in onLayout() 657 mCheckBox.layout(rightBound - mGapFromScrollBar - mCheckBoxWidth, in onLayout() 659 rightBound - mGapFromScrollBar, in onLayout() 674 mDeleteImageButton.layout(rightBound - mDeleteImageButtonSize, in onLayout() [all …]
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | ContactListItemView.java | 558 int rightBound = width - getPaddingRight(); in onLayout() local 566 rightBound = width; in onLayout() 575 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout() 577 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout() 581 rightBound -= mHeaderWidth; in onLayout() 587 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, height); in onLayout() 589 mRightOffset = left + rightBound; in onLayout() 592 rightBound -= mGapBetweenImageAndText; in onLayout() 621 rightBound - mPhotoViewWidth, photoTop, rightBound, photoTop + mPhotoViewHeight); in onLayout() 622 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText); in onLayout() [all …]
|