Home
last modified time | relevance | path

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

/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java397 entry.secondaryActionIcon = kind.iconAltRes; in buildEntries()
533 public int secondaryActionIcon = -1; field in ContactFragment.ViewEntry
771 Drawable secondaryActionIcon = null; in bindView() local
772 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()