Home
last modified time | relevance | path

Searched refs:getCellSize (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java391 int extraSpace = ((getCellSize().y - iconSizePx - iconDrawablePaddingPx * 2) in DeviceProfile()
402 hotseatBarSizeExtraSpacePx = getCellSize().y - iconSizePx in DeviceProfile()
483 float appWidgetScaleX = (float) profile.getCellSize().x / getCellSize().x; in getMultiWindowProfile()
484 float appWidgetScaleY = (float) profile.getCellSize().y / getCellSize().y; in getMultiWindowProfile()
498 float workspaceCellPaddingY = getCellSize().y - iconSizePx - iconDrawablePaddingPx in hideWorkspaceLabelsIfNotEnoughSpace()
595 int cellPaddingY = (getCellSize().y - cellHeightPx) / 2;
616 allAppsCellHeightPx = getCellSize().y;
719 public Point getCellSize() { in getCellSize() method
720 return getCellSize(null); in getCellSize()
723 public Point getCellSize(Point result) { in getCellSize() method
[all …]
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java261 }).when(profile).getCellSize(any(Point.class)); in createIDP()
262 Mockito.when(profile.getCellSize()).thenReturn(new Point(CELL_SIZE, CELL_SIZE)); in createIDP()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java110 profile.getCellSize(recycledCellSize); in getWidgetSizePx()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java114 dp.getCellSize(cellSize); in initSpans()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java994 deviceProfile.getCellSize(cellSize); in logWidgetInfo()