Searched defs:mTextOffsetTop (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java101 private int mTextOffsetTop; field in class:ContactListItemView
309 mTextOffsetTop = a.getDimensionPixelOffset(
310 R.styleable.ContactListItemView_list_item_text_offset_top, mTextOffsetTop);
627 int headerTopBound = (bottomBound + topBound - headerHeight) / 2 + mTextOffsetTop;
760 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop;
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListItemView.java107 private int mTextOffsetTop; field in class:ContactListItemView
226 mTextOffsetTop =
228 R.styleable.ContactListItemView_list_item_text_offset_top, mTextOffsetTop);
560 int headerTopBound = (height + topBound - headerHeight) / 2 + mTextOffsetTop;
653 int textTopBound = (height + topBound - totalTextHeight) / 2 + mTextOffsetTop;

Completed in 29 milliseconds