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.java58 private static final float WIDTH_SCALE = 2.6f; field in WidgetCell
102 mCellSize = (int) (profile.cellWidthPx * WIDTH_SCALE); in setContainerWidth()