Searched refs:bottomBound (Results 1 – 3 of 3) sorted by relevance
614 int bottomBound = height; in onLayout() local624 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()
165 int bottomBound = (int) (height * endRatio); in getDpadDirection() local174 Rect bottomArrow = new Rect(midXBound1, midYBound2, midXBound2, bottomBound); in getDpadDirection()
2535 int bottomBound = Math.min(2538 int y = (bottomBound + containerBounds.top) / 2;