Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DIconFactory.java64 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/
DBaseIconFactory.java109 protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in BaseIconFactory() argument
114 mIconBitmapSize = iconBitmapSize; in BaseIconFactory()
124 public BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in BaseIconFactory() argument
125 this(context, fillResIconDpi, iconBitmapSize, false); in BaseIconFactory()
DIconNormalizer.java88 IconNormalizer(Context context, int iconBitmapSize, boolean shapeDetection) { in IconNormalizer() argument
90 mMaxSize = iconBitmapSize * 2; in IconNormalizer()
/frameworks/base/core/java/com/android/internal/app/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java645 protected ShapeIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in ShapeIconFactory() argument
646 super(context, fillResIconDpi, iconBitmapSize, true /* shapeDetection */); in ShapeIconFactory()