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