Searched refs:mTextOffsetTop (Results 1 – 1 of 1) sorted by relevance
98 private int mTextOffsetTop; field in ContactListItemView306 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()