Home
last modified time | relevance | path

Searched refs:actionIcon (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DAppItem.java62 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()
DRootItem.java91 final ImageView actionIcon = (ImageView) view.findViewById(R.id.action_icon); in bindAction() local
102 actionIcon.setImageDrawable(IconUtils.applyTintColor(view.getContext(), iconId, in bindAction()
DProfileItem.java40 protected void bindActionIcon(View actionIconArea, ImageView actionIcon) { in bindActionIcon() argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java445 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/
DJob.java308 String actionTitle, @DrawableRes int actionIcon) { in createProgressBuilder() argument
321 actionIcon, in createProgressBuilder()