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

  /packages/apps/DeskClock/src/com/android/deskclock/
ThemeUtils.java 86 public static Drawable resolveDrawable(Context context, @AttrRes int attr) {
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableDialogHelper.java 67 return resolveDrawable(mPositiveIcon, mPositiveIconId);
72 return resolveDrawable(mNegativeIcon, mNegativeIconId);
77 return resolveDrawable(mNeutralIcon, mNeutralIconId);
150 /* package */ Drawable resolveDrawable(@Nullable Drawable drawable, @DrawableRes int resId) {

Completed in 2011 milliseconds