Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java755 final int totalTextHeight = mNameTextViewHeight + mPhoneticNameTextViewHeight + in onLayout() local
757 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop; in onLayout()