Searched refs:actionIcon (Results 1 – 5 of 5) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | AppItem.java | 62 protected void bindActionIcon(View actionIconArea, ImageView actionIcon) { in bindActionIcon() argument 65 actionIcon.setImageDrawable( in bindActionIcon() 66 IconUtils.applyTintColor(actionIcon.getContext(), R.drawable.ic_exit_to_app, in bindActionIcon() 83 final ImageView actionIcon = (ImageView) convertView.findViewById(R.id.action_icon); in bindView() local 88 bindActionIcon(actionIconArea, actionIcon); in bindView()
|
D | RootItem.java | 91 final ImageView actionIcon = (ImageView) view.findViewById(R.id.action_icon); in bindAction() local 102 actionIcon.setImageDrawable(IconUtils.applyTintColor(view.getContext(), iconId, in bindAction()
|
D | ProfileItem.java | 40 protected void bindActionIcon(View actionIconArea, ImageView actionIcon) { in bindActionIcon() argument
|
/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/DocumentsUI/src/com/android/documentsui/services/ |
D | Job.java | 308 String actionTitle, @DrawableRes int actionIcon) { in createProgressBuilder() argument 321 actionIcon, in createProgressBuilder()
|