Home
last modified time | relevance | path

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

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java46 private static final int CELL_SIZE = 50; field in LauncherAppWidgetProviderInfoTest
88 info.minWidth = CELL_SIZE * (NUM_OF_COLS + 1); in initSpans_minWidthLargerThanGridColumns_shouldInitializeSpansToAtMostTheGridColumns()
164 info.minWidth = CELL_SIZE * 3; in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
165 info.minHeight = CELL_SIZE * 3; in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
166 info.minResizeWidth = CELL_SIZE * 2 + maxPadding; in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
167 info.minResizeHeight = CELL_SIZE * 2 + maxPadding; in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
186 info.minWidth = CELL_SIZE * 3; in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
187 info.minHeight = CELL_SIZE * 3; in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
188 info.minResizeWidth = CELL_SIZE * 2 + maxPadding; in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
189 info.minResizeHeight = CELL_SIZE * 2 + maxPadding; in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
[all …]
/packages/apps/Launcher3/tools/
Dprint_db.py16 CELL_SIZE = 110 variable
110 (CELL_SIZE, CELL_SIZE))
126 (CELL_SIZE*spanX), (CELL_SIZE*spanY),
/packages/apps/Launcher3/
Dfill_screens.py12 CELL_SIZE = 110 variable