Searched refs:iconBitmapSize (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | LauncherIcons.java | 61 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()
|
D | IconCache.java | 90 idp.fillResIconDpi, idp.iconBitmapSize, true /* inMemoryCache */); in IconCache()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 103 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()
|
D | LauncherAppState.java | 157 mInvariantDeviceProfile.fillResIconDpi, mInvariantDeviceProfile.iconBitmapSize); in refreshAndReloadLauncher()
|
D | Utilities.java | 720 int iconSize = appState.getInvariantDeviceProfile().iconBitmapSize; in getBadge()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 179 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/ |
D | LauncherModelHelper.java | 359 idp.iconBitmapSize = DEFAULT_BITMAP_SIZE; in setupDefaultLayoutProvider()
|