Home
last modified time | relevance | path

Searched refs:bottomBound (Results 1 – 1 of 1) 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()