OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHeaderUnderlineColor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java
44
private final int
mHeaderUnderlineColor
;
69
mHeaderUnderlineColor
= a.getColor(
92
mHeaderDivider.setBackgroundColor(
mHeaderUnderlineColor
);
ContactListItemView.java
91
private int
mHeaderUnderlineColor
= 0;
278
mHeaderUnderlineColor
= a.getColor(
280
mHeaderUnderlineColor
);
790
mHeaderDivider.setBackgroundColor(
mHeaderUnderlineColor
);
[
all
...]
Completed in 410 milliseconds