Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java61 return new LauncherIcons(context, idp.fillResIconDpi, idp.iconBitmapSize, poolId, in obtain()
76 protected LauncherIcons(Context context, int fillResIconDpi, int iconBitmapSize, int poolId, in LauncherIcons() argument
78 super(context, fillResIconDpi, iconBitmapSize, shapeDetection); in LauncherIcons()
DIconCache.java90 idp.fillResIconDpi, idp.iconBitmapSize, true /* inMemoryCache */); in IconCache()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java103 public int iconBitmapSize; field in InvariantDeviceProfile
165 iconBitmapSize = p.iconBitmapSize; in InvariantDeviceProfile()
295 iconBitmapSize = ResourceUtils.pxFromDp(iconSize, metrics); in initGrid()
298 fillResIconDpi = getLauncherIconDensity(iconBitmapSize); in initGrid()
DLauncherAppState.java157 mInvariantDeviceProfile.fillResIconDpi, mInvariantDeviceProfile.iconBitmapSize); in refreshAndReloadLauncher()
DUtilities.java720 int iconSize = appState.getInvariantDeviceProfile().iconBitmapSize; in getBadge()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java179 return new LauncherIconsForPreview(context, mIdp.fillResIconDpi, mIdp.iconBitmapSize, in newLauncherIcons()
185 private LauncherIconsForPreview(Context context, int fillResIconDpi, int iconBitmapSize, in LauncherIconsForPreview() argument
187 super(context, fillResIconDpi, iconBitmapSize, poolId, shapeDetection); in LauncherIconsForPreview()
237 new BaseIconFactory(context, mIdp.fillResIconDpi, mIdp.iconBitmapSize) { }; in LauncherPreviewRenderer()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/
DLauncherModelHelper.java359 idp.iconBitmapSize = DEFAULT_BITMAP_SIZE; in setupDefaultLayoutProvider()