Searched refs:shouldInsetWidgets (Results 1 – 8 of 8) sorted by relevance
60 if (!profile.shouldInsetWidgets()) { in getWidgetPaddedSizes()81 if (profile.shouldInsetWidgets()) { in getWidgetPaddedSizePx()107 if (profile.shouldInsetWidgets()) { in getWidgetItemSizePx()
164 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()
209 if (!grid.shouldInsetWidgets()) { in getWidgetInset()
118 if (dp.shouldInsetWidgets()) { in initSpans()
459 if (mDp.shouldInsetWidgets()) {464 if (mDpOrig.shouldInsetWidgets()) {
207 when(mTestDeviceProfile.shouldInsetWidgets()).thenReturn(false); in initDP()
737 public boolean shouldInsetWidgets() { in shouldInsetWidgets() method in DeviceProfile
2895 if (profile.shouldInsetWidgets() && finalView instanceof NavigableAppWidgetHostView) {