Home
last modified time | relevance | path

Searched refs:MIN_TABLET_WIDTH (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java26 import static com.android.launcher3.util.window.WindowManagerProxy.MIN_TABLET_WIDTH;
59 return originalSmallestWidth >= MIN_TABLET_WIDTH; in getAllowRotationDefaultValue()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java74 public static final int MIN_TABLET_WIDTH = 600; field in WindowManagerProxy
152 boolean isLargeScreen = config.smallestScreenWidthDp > MIN_TABLET_WIDTH; in normalizeWindowInsets()
301 boolean isTablet = swDp >= MIN_TABLET_WIDTH; in estimateWindowBounds()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java33 import static com.android.launcher3.util.window.WindowManagerProxy.MIN_TABLET_WIDTH;
488 return smallestSizeDp(bounds) >= MIN_TABLET_WIDTH; in isTablet()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java37 import static com.android.launcher3.util.window.WindowManagerProxy.MIN_TABLET_WIDTH;
1508 return config.smallestScreenWidthDp >= MIN_TABLET_WIDTH;