HomeSort by relevance Sort by last modified time
    Searched refs:iconBitmapSize (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 69 public int iconBitmapSize;
149 iconBitmapSize = Utilities.pxFromDp(iconSize, dm);
152 fillResIconDpi = getLauncherIconDensity(iconBitmapSize);
Utilities.java 188 return LauncherAppState.getInstance().getInvariantDeviceProfile().iconBitmapSize;
195 final int iconBitmapSize = getIconBitmapSize();
196 if (iconBitmapSize == icon.getWidth() && iconBitmapSize == icon.getHeight()) {
239 final int iconBitmapSize = getIconBitmapSize();
241 int width = iconBitmapSize;
242 int height = iconBitmapSize;
269 int textureWidth = iconBitmapSize;
270 int textureHeight = iconBitmapSize;
    [all...]
IconCache.java 121 mIconDb = new IconDB(context, inv.iconBitmapSize);
678 Bitmap.createScaledBitmap(icon, idp.iconBitmapSize, idp.iconBitmapSize, true),
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
IconNormalizer.java 57 mMaxSize = LauncherAppState.getInstance().getInvariantDeviceProfile().iconBitmapSize * 2;

Completed in 577 milliseconds