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