Searched refs:CELL_SIZE (Results 1 – 3 of 3) sorted by relevance
46 private static final int CELL_SIZE = 50; field in LauncherAppWidgetProviderInfoTest88 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 …]
16 CELL_SIZE = 110 variable110 (CELL_SIZE, CELL_SIZE))126 (CELL_SIZE*spanX), (CELL_SIZE*spanY),
12 CELL_SIZE = 110 variable