Home
last modified time | relevance | path

Searched refs:SQUARE_ASPECT_RATIO_UPPER_BOUND (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DSetupNavLayoutter.kt32 const val SQUARE_ASPECT_RATIO_UPPER_BOUND = 1.05 constant
71 deviceProfile.aspectRatio < SQUARE_ASPECT_RATIO_UPPER_BOUND) in layoutButtons()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DGestureSandboxActivity.java58 public static final double SQUARE_ASPECT_RATIO_UPPER_BOUND = 1.05; field in GestureSandboxActivity
175 && deviceProfile.aspectRatio < SQUARE_ASPECT_RATIO_UPPER_BOUND; in correctUserOrientation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java149 private static final double SQUARE_ASPECT_RATIO_UPPER_BOUND = 1.05; field in NavbarButtonsViewController
761 && deviceProfile.aspectRatio < SQUARE_ASPECT_RATIO_UPPER_BOUND)) { in handleSetupUi()