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.java60 private static final float WIDTH_SCALE = 2.6f; field in WidgetCell
108 mCellSize = (int) (mDeviceProfile.allAppsCellWidthPx * WIDTH_SCALE); in setContainerWidth()