Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java98 private int mTextOffsetTop; field in ContactListItemView
306 mTextOffsetTop = a.getDimensionPixelOffset( in ContactListItemView()
307 R.styleable.ContactListItemView_list_item_text_offset_top, mTextOffsetTop); in ContactListItemView()
624 int headerTopBound = (bottomBound + topBound - headerHeight) / 2 + mTextOffsetTop; in onLayout()
757 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop; in onLayout()