Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java542 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop; in onLayout() local
548 textTopBound, in onLayout()
550 textTopBound + mNameTextViewHeight); in onLayout()
551 textTopBound += mNameTextViewHeight; in onLayout()
561 textTopBound, in onLayout()
563 textTopBound + mStatusTextViewHeight); in onLayout()
569 textTopBound, in onLayout()
571 textTopBound + mStatusTextViewHeight); in onLayout()
579 textTopBound, in onLayout()
581 textTopBound + mStatusTextViewHeight); in onLayout()
[all …]