HomeSort by relevance Sort by last modified time
    Searched refs:secondaryActionIcon (Results 1 - 2 of 2) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 397 entry.secondaryActionIcon = kind.iconAltRes;
533 public int secondaryActionIcon = -1;
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);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 583 entry.secondaryActionIcon = kind.iconAltRes;
    [all...]

Completed in 510 milliseconds