Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java98 private int mTextOffsetTop; field in ContactListItemView
298 mTextOffsetTop = a.getDimensionPixelOffset( in ContactListItemView()
299 R.styleable.ContactListItemView_list_item_text_offset_top, mTextOffsetTop); in ContactListItemView()
602 int headerTopBound = (bottomBound + topBound - headerHeight) / 2 + mTextOffsetTop; in onLayout()
716 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop; in onLayout()