Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java97 private int mTextIndent = 0; field in ContactListItemView
304 mTextIndent = a.getDimensionPixelOffset( in ContactListItemView()
305 R.styleable.ContactListItemView_list_item_text_indent, mTextIndent); in ContactListItemView()
489 nameTextWidth -= mTextIndent; in onMeasure()
721 leftBound += mTextIndent; in onLayout()