Searched refs:shouldApplyColor (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java115 boolean shouldApplyColor, boolean isEditable,
130 mShouldApplyColor = shouldApplyColor;
183 boolean shouldApplyColor() { method in class:ExpandingEntryCardView.Entry
638 if (entry.shouldApplyColor()) {
111 Entry(int id, Drawable mainIcon, String header, String subHeader, Drawable subHeaderIcon, String text, Drawable textIcon, Spannable primaryContentDescription, Intent intent, Drawable alternateIcon, Intent alternateIntent, String alternateContentDescription, boolean shouldApplyColor, boolean isEditable, EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent, String thirdContentDescription, int iconResourceId) argument
H A DQuickContactActivity.java1130 /* shouldApplyColor = */ false,
1187 /* alternateContentDescription = */ null, /* shouldApplyColor = */ true,
1200 /* shouldApplyColor = */ true, /* isEditable = */ false,
1361 boolean shouldApplyColor = true;
1674 shouldApplyColor = false;
1709 alternateContentDescription.toString(), shouldApplyColor, isEditable,
1976 /* shouldApplyColor = */ true,

Completed in 449 milliseconds