Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/contacts/common/compat/
H A DPhoneAccountCompat.java36 public static Drawable createIconDrawable( in createIconDrawable() method in PhoneAccountCompat
/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/
H A DPhoneAccountCompat.java61 public static Drawable createIconDrawable(@Nullable PhoneAccount phoneAccount, in createIconDrawable() method in PhoneAccountCompat
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java413 private void createIconDrawable(Drawable iconDrawable, boolean legacy) { in createIconDrawable() method in SplashscreenContentDrawer.StartingWindowViewBuilder