Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfoTest.java50 private static final int CELL_SIZE = 50; field in LauncherAppWidgetProviderInfoTest
91 info.minWidth = CELL_SIZE * (NUM_OF_COLS + 1); in initSpans_minWidthLargerThanGridColumns_shouldInitializeSpansToAtMostTheGridColumns()
167 info.minWidth = CELL_SIZE * 3; in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
168 info.minHeight = CELL_SIZE * 3; in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
169 info.minResizeWidth = CELL_SIZE * 2 + maxPadding; in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
189 info.minWidth = CELL_SIZE * 3; in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
190 info.minHeight = CELL_SIZE * 3; in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
234 info.minWidth = CELL_SIZE * (NUM_OF_COLS + 2); in isMinSizeFulfilled_minWidthAndMinResizeWidthExceededGridColumns_shouldReturnFalse()
249 info.minHeight = CELL_SIZE * (NUM_OF_ROWS + 2); in isMinSizeFulfilled_minHeightAndMinResizeHeightExceededGridRows_shouldReturnFalse()
262 ((Point) i.getArgument(0)).set(CELL_SIZE, CELL_SIZE); in createIDP()
[all …]
/aosp12/packages/apps/Launcher3/tools/
H A Dprint_db.py16 CELL_SIZE = 110 variable
110 (CELL_SIZE, CELL_SIZE))
126 (CELL_SIZE*spanX), (CELL_SIZE*spanY),
/aosp12/packages/apps/Launcher3/
H A Dfill_screens.py12 CELL_SIZE = 110 variable