Searched refs:rightBound (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListItemView.java | 616 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 …]
|
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/activity/ |
D | DistantDisplayGameController.java | 163 int rightBound = (int) (width * endRatio); in getDpadDirection() local 172 Rect rightArrow = new Rect(midXBound2, midYBound1, rightBound, midYBound2); in getDpadDirection()
|