Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DAppItem.java67 protected void bindActionIcon(View actionIconArea, ImageView actionIcon) { in bindActionIcon()
88 final ImageView actionIcon = (ImageView) convertView.findViewById(R.id.action_icon); in bindView() local
DProfileItem.java41 protected void bindActionIcon(View actionIconArea, ImageView actionIcon) { in bindActionIcon()
DRootItem.java99 final ImageView actionIcon = (ImageView) view.findViewById(R.id.action_icon); in bindAction() local
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DHotspotTile.java61 Icon actionIcon = Icon.createWithResource(getContext(), R.drawable.ic_qc_hotspot); in getQCItem() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DJob.java326 String actionTitle, @DrawableRes int actionIcon) { in createProgressBuilder()