Home
last modified time | relevance | path

Searched refs:shouldInsetWidgets (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java60 if (!profile.shouldInsetWidgets()) { in getWidgetPaddedSizes()
81 if (profile.shouldInsetWidgets()) { in getWidgetPaddedSizePx()
107 if (profile.shouldInsetWidgets()) { in getWidgetItemSizePx()
/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java164 Mockito.when(dp.shouldInsetWidgets()).thenReturn(true); in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
187 Mockito.when(dp.shouldInsetWidgets()).thenReturn(false); in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
267 Mockito.when(profile.shouldInsetWidgets()).thenReturn(true); in createIDP()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DNavigableAppWidgetHostView.java209 if (!grid.shouldInsetWidgets()) { in getWidgetInset()
DLauncherAppWidgetProviderInfo.java118 if (dp.shouldInsetWidgets()) { in initSpans()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java459 if (mDp.shouldInsetWidgets()) {
464 if (mDpOrig.shouldInsetWidgets()) {
/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/util/
DWidgetsTableUtilsTest.java207 when(mTestDeviceProfile.shouldInsetWidgets()).thenReturn(false); in initDP()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java737 public boolean shouldInsetWidgets() { in shouldInsetWidgets() method in DeviceProfile
DWorkspace.java2895 if (profile.shouldInsetWidgets() && finalView instanceof NavigableAppWidgetHostView) {