Searched refs:fillResIconDpi (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/ |
D | IconFactory.java | 64 private IconFactory(Context context, int fillResIconDpi, int iconBitmapSize, int poolId) { in IconFactory() argument 65 super(context, fillResIconDpi, iconBitmapSize); in IconFactory()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | BaseIconFactory.java | 109 protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in BaseIconFactory() argument 113 mFillResIconDpi = fillResIconDpi; in BaseIconFactory() 124 public BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in BaseIconFactory() argument 125 this(context, fillResIconDpi, iconBitmapSize, false); in BaseIconFactory()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | SimpleIconFactory.java | 159 private SimpleIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in SimpleIconFactory() argument 165 mFillResIconDpi = fillResIconDpi; in SimpleIconFactory()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashscreenContentDrawer.java | 645 protected ShapeIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in ShapeIconFactory() argument 646 super(context, fillResIconDpi, iconBitmapSize, true /* shapeDetection */); in ShapeIconFactory()
|