Searched refs:secondaryActionIcon (Results 1 – 1 of 1) sorted by relevance
397 entry.secondaryActionIcon = kind.iconAltRes; in buildEntries()533 public int secondaryActionIcon = -1; field in ContactFragment.ViewEntry771 Drawable secondaryActionIcon = null; in bindView() local772 if (entry.secondaryActionIcon != -1) { in bindView()773 secondaryActionIcon = resources.getDrawable(entry.secondaryActionIcon); in bindView()775 if (entry.secondaryIntent != null && secondaryActionIcon != null) { in bindView()776 secondaryActionView.setImageDrawable(secondaryActionIcon); in bindView()