Searched defs:secondaryActionIcon (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java397 entry.secondaryActionIcon = kind.iconAltRes;
533 public int secondaryActionIcon = -1; field in class:ContactFragment.ViewEntry
771 Drawable secondaryActionIcon = null;
772 if (entry.secondaryActionIcon != -1) {
773 secondaryActionIcon = resources.getDrawable(entry.secondaryActionIcon);
775 if (entry.secondaryIntent != null && secondaryActionIcon != null) {
776 secondaryActionView.setImageDrawable(secondaryActionIcon);

Completed in 106 milliseconds