Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java78 private static final float WIDTH_SCALE = 3f; field in WidgetCell
161 mCellSize = (int) (mActivity.getDeviceProfile().allAppsIconSizePx * WIDTH_SCALE); in setContainerWidth()