Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java614 int bottomBound = height; in onLayout() local
624 int headerTopBound = (bottomBound + topBound - headerHeight) / 2 + mTextOffsetTop; in onLayout()
639 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()
653 final int photoTop = topBound + (bottomBound - topBound - mCheckBoxHeight) / 2; in onLayout()
668 final int photoTop = topBound + (bottomBound - topBound - mDeleteImageButtonHeight) / 2; in onLayout()
691 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2 in onLayout()
707 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2 in onLayout()
729 (bottomBound - topBound - mVideoCallIconSize) / 2; in onLayout()
757 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop; in onLayout()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/activity/
DDistantDisplayGameController.java165 int bottomBound = (int) (height * endRatio); in getDpadDirection() local
174 Rect bottomArrow = new Rect(midXBound1, midYBound2, midXBound2, bottomBound); in getDpadDirection()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java2535 int bottomBound = Math.min(
2538 int y = (bottomBound + containerBounds.top) / 2;