Home
last modified time | relevance | path

Searched defs:subHeaderIcon (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DTransitionScreenWrapper.java32 public final @DrawableRes int subHeaderIcon; field in TransitionScreenWrapper
48 int subHeader, int subHeaderIcon, boolean shouldLoop, in TransitionScreenWrapper()
118 public Builder setSubHeaderIcon(int subHeaderIcon) { in setSubHeaderIcon()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java123 Drawable subHeaderIcon, String text, Drawable textIcon, in Entry()
659 final ImageView subHeaderIcon = (ImageView) view.findViewById(R.id.icon_sub_header); in createEntryView() local
DQuickContactActivity.java1382 Drawable subHeaderIcon = null; in dataItemToEntry() local