Searched refs:MIN_TABLET_WIDTH (Results 1 – 4 of 4) sorted by relevance
26 import static com.android.launcher3.util.window.WindowManagerProxy.MIN_TABLET_WIDTH;59 return originalSmallestWidth >= MIN_TABLET_WIDTH; in getAllowRotationDefaultValue()
74 public static final int MIN_TABLET_WIDTH = 600; field in WindowManagerProxy152 boolean isLargeScreen = config.smallestScreenWidthDp > MIN_TABLET_WIDTH; in normalizeWindowInsets()301 boolean isTablet = swDp >= MIN_TABLET_WIDTH; in estimateWindowBounds()
33 import static com.android.launcher3.util.window.WindowManagerProxy.MIN_TABLET_WIDTH;488 return smallestSizeDp(bounds) >= MIN_TABLET_WIDTH; in isTablet()
37 import static com.android.launcher3.util.window.WindowManagerProxy.MIN_TABLET_WIDTH;1508 return config.smallestScreenWidthDp >= MIN_TABLET_WIDTH;