Searched defs:actionIcon (Results 1 – 5 of 5) sorted by relevance
67 protected void bindActionIcon(View actionIconArea, ImageView actionIcon) { in bindActionIcon()88 final ImageView actionIcon = (ImageView) convertView.findViewById(R.id.action_icon); in bindView() local
41 protected void bindActionIcon(View actionIconArea, ImageView actionIcon) { in bindActionIcon()
99 final ImageView actionIcon = (ImageView) view.findViewById(R.id.action_icon); in bindAction() local
50 Icon actionIcon = Icon.createWithResource(getContext(), R.drawable.ic_qc_hotspot); in getQCItem() local
326 String actionTitle, @DrawableRes int actionIcon) { in createProgressBuilder()