Home
last modified time | relevance | path

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

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