Home
last modified time | relevance | path

Searched refs:ICON_VISIBLE_AREA_FACTOR (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java23 import static com.android.launcher3.icons.IconNormalizer.ICON_VISIBLE_AREA_FACTOR;
108 int iconVisibleSize = Math.round(ICON_VISIBLE_AREA_FACTOR * dp.iconSizePx); in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java18 import static com.android.launcher3.icons.IconNormalizer.ICON_VISIBLE_AREA_FACTOR;
67 private float mNormalizationScale = ICON_VISIBLE_AREA_FACTOR;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java26 import static com.android.launcher3.icons.IconNormalizer.ICON_VISIBLE_AREA_FACTOR;
145 int visualIconSize = (int) (actualIconSize * ICON_VISIBLE_AREA_FACTOR); in TaskbarView()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java66 public static final float ICON_VISIBLE_AREA_FACTOR = 0.92f; field in IconNormalizer
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java31 import static com.android.launcher3.icons.IconNormalizer.ICON_VISIBLE_AREA_FACTOR;
395 Math.round((transientTaskbarIconSize * ICON_VISIBLE_AREA_FACTOR) in DeviceProfile()
1896 return Math.round(ICON_VISIBLE_AREA_FACTOR * iconSizePx);
DCellLayout.java20 import static com.android.launcher3.icons.IconNormalizer.ICON_VISIBLE_AREA_FACTOR;
922 float iconVisibleRadius = ICON_VISIBLE_AREA_FACTOR * grid.iconSizePx / 2; in getFolderCreationRadius()