Home
last modified time | relevance | path

Searched refs:iconBitmapSize (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
163 mIconBitmapSize = iconBitmapSize; in SimpleIconFactory()
172 mMaxSize = iconBitmapSize * 2; in SimpleIconFactory()
183 mDefaultBlurMaskFilter = new BlurMaskFilter(iconBitmapSize * BLUR_FACTOR, 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()