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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java126 Spannable alternateContentDescription, boolean shouldApplyColor, boolean isEditable,
142 mShouldApplyColor = shouldApplyColor;
198 boolean shouldApplyColor() { method in class:ExpandingEntryCardView.Entry
603 if (entry.shouldApplyColor()) {
122 Entry(int id, Drawable mainIcon, String header, String subHeader, Drawable subHeaderIcon, String text, Drawable textIcon, Spannable primaryContentDescription, Intent intent, Drawable alternateIcon, Intent alternateIntent, Spannable alternateContentDescription, boolean shouldApplyColor, boolean isEditable, EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent, String thirdContentDescription, int thirdAction, Bundle thirdExtras, boolean shouldApplyThirdIconColor, int iconResourceId) argument

Completed in 21 milliseconds