Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java613 int topBound = 0; 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()
728 final int videoIconTop = topBound + in onLayout()
729 (bottomBound - topBound - mVideoCallIconSize) / 2; in onLayout()
757 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop; in onLayout()