HomeSort by relevance Sort by last modified time
    Searched refs:actionIcon (Results 1 - 4 of 4) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 531 public int actionIcon = -1;
566 entry.actionIcon = kind.iconRes;
635 || actionIcon != entry.actionIcon) {
648 public ImageView actionIcon;
683 views.actionIcon = (ImageView) v.findViewById(R.id.action_icon);
741 ImageView action = views.actionIcon;
742 if (entry.actionIcon != -1) {
743 Drawable actionIcon;
746 actionIcon = mContext.getPackageManager().getDrawable(entry.resPackageName
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 434 final int finishedInstruction, final int actionIcon, final int actionLabel) {
451 if (actionIcon == 0) {
456 mActionLabel, res.getDrawable(actionIcon), null, null, null);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 131 final int actionIcon, final int displayString) {
134 mActionIcon = actionIcon;
142 final int actionIcon, final int actionIcon2, final int displayString,
146 mActionIcon = actionIcon;
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 632 private void bindContactPhotoAction(final Intent actionIntent, int actionIcon,
641 mMainActionView.setImageResource(actionIcon);
    [all...]

Completed in 1615 milliseconds