OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHeaderTextIndent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java
41
private final int
mHeaderTextIndent
;
61
mHeaderTextIndent
= a.getDimensionPixelOffset(
127
rightHeaderTextView = width - mPaddingRight -
mHeaderTextIndent
;
130
leftCountTextView =
mHeaderTextIndent
+ mPaddingLeft;
133
leftHeaderTextView =
mHeaderTextIndent
+ mPaddingLeft;
ContactListItemView.java
88
private int
mHeaderTextIndent
= 0;
267
mHeaderTextIndent
= a.getDimensionPixelOffset(
268
R.styleable.ContactListItemView_list_item_header_text_indent,
mHeaderTextIndent
);
475
getPaddingLeft() - getPaddingRight() -
mHeaderTextIndent
;
507
mHeaderTextView.layout(isLayoutRtl ? leftBound : leftBound +
mHeaderTextIndent
,
509
isLayoutRtl ? rightBound -
mHeaderTextIndent
: rightBound,
[
all
...]
Completed in 34 milliseconds