Home
last modified time | relevance | path

Searched defs:iconBitmapSize (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
H A DIconFactory.java64 private IconFactory(Context context, int fillResIconDpi, int iconBitmapSize, int poolId) { in IconFactory()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DLauncherIcons.java76 protected LauncherIcons(Context context, int fillResIconDpi, int iconBitmapSize, int poolId, in LauncherIcons()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherPreviewRenderer.java151 private LauncherIconsForPreview(Context context, int fillResIconDpi, int iconBitmapSize, in LauncherIconsForPreview()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBaseIconFactory.java68 protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in BaseIconFactory()
87 public BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in BaseIconFactory()
H A DIconNormalizer.java88 IconNormalizer(Context context, int iconBitmapSize, boolean shapeDetection) { in IconNormalizer()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java146 private SimpleIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in SimpleIconFactory()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java117 public int iconBitmapSize; field in InvariantDeviceProfile
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java408 protected ShapeIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in ShapeIconFactory()