Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java159 private SimpleIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in SimpleIconFactory() argument
165 mFillResIconDpi = fillResIconDpi; in SimpleIconFactory()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java638 protected ShapeIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in ShapeIconFactory() argument
639 super(context, fillResIconDpi, iconBitmapSize, true /* shapeDetection */); in ShapeIconFactory()