Home
last modified time | relevance | path

Searched refs:ImmobileIconDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java77 foreground = new ImmobileIconDrawable(foregroundDrawable, in makeIconDrawable()
82 foreground = new ImmobileIconDrawable( in makeIconDrawable()
96 return new Drawable[]{new ImmobileIconDrawable(iconDrawable, srcIconSize, iconSize, in makeLegacyIconDrawable()
104 private static class ImmobileIconDrawable extends Drawable implements Closeable { class in SplashscreenIconDrawableFactory
110 ImmobileIconDrawable(Drawable drawable, int srcIconSize, int iconSize, boolean loadInDetail, in ImmobileIconDrawable() method in SplashscreenIconDrawableFactory.ImmobileIconDrawable