Searched refs:actionIcon (Results 1 – 4 of 4) sorted by relevance
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
D | ContactFragment.java | 531 public int actionIcon = -1; field in ContactFragment.ViewEntry 566 entry.actionIcon = kind.iconRes; in fromValues() 635 || actionIcon != entry.actionIcon) { in shouldCollapseWith() 648 public ImageView actionIcon; field in ContactFragment.ViewCache 683 views.actionIcon = (ImageView) v.findViewById(R.id.action_icon); in getView() 741 ImageView action = views.actionIcon; in bindView() 742 if (entry.actionIcon != -1) { in bindView() 743 Drawable actionIcon; in bindView() local 746 actionIcon = mContext.getPackageManager().getDrawable(entry.resPackageName, in bindView() 747 entry.actionIcon, null); in bindView() [all …]
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
D | CarNavExtender.java | 333 public CarNavExtender setActionIcon(@DrawableRes int actionIcon) { in setActionIcon() argument 334 mActionIcon = actionIcon; in setActionIcon()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupWizardActivity.java | 445 final int finishedInstruction, final int actionIcon, final int actionLabel) { 462 if (actionIcon == 0) { 467 mActionLabel, res.getDrawable(actionIcon), null, null, null);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationActionUtils.java | 134 final int actionIcon, final int displayString) { in NotificationActionType() argument 137 mActionIcon = actionIcon; in NotificationActionType() 145 final int actionIcon, final int actionIcon2, final int displayString, in NotificationActionType() argument 149 mActionIcon = actionIcon; in NotificationActionType()
|