Home
last modified time | relevance | path

Searched refs:isSeascape (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTransposedQuickSwitchTouchController.java31 isDragTowardPositive ^ mLauncher.getDeviceProfile().isSeascape()); in getTargetState()
37 return mLauncher.getDeviceProfile().isSeascape() ? multiplier : -multiplier; in initCurrentAnimation()
H A DTwoButtonNavbarTouchController.java102 mLauncher.getDeviceProfile().isSeascape() == isDragTowardPositive; in getTargetState()
141 return (mLauncher.getDeviceProfile().isSeascape() ? 1 : -1) / range; in initCurrentAnimation()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTargetBar.java100 lp.gravity = grid.isSeascape() ? Gravity.RIGHT : Gravity.LEFT; in setInsets()
101 tooltipLocation = grid.isSeascape() ? TOOLTIP_LEFT : TOOLTIP_RIGHT; in setInsets()
H A DDeviceProfile.java859 if (isSeascape()) { in updateWorkspacePadding()
884 if (isSeascape()) { in getHotseatLayoutPadding()
1002 boolean isSeascape = DisplayController.INSTANCE.get(context) in updateIsSeascape()
1004 if (mIsSeascape != isSeascape) { in updateIsSeascape()
1005 mIsSeascape = isSeascape; in updateIsSeascape()
1012 public boolean isSeascape() { in isSeascape() method
H A DHotseat.java102 if (grid.isSeascape()) { in setInsets()
H A DLauncherRootView.java112 if (dp.isSeascape()) { in updateInsetsDueToTaskbar()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DFallbackActivityInterface.java67 return dp.isSeascape() ? outRect.left : (dp.widthPx - outRect.right); in getSwipeUpDestinationAndLength()
H A DLauncherActivityInterface.java76 return dp.isSeascape() ? outRect.left : (dp.widthPx - outRect.right); in getSwipeUpDestinationAndLength()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DPortraitPagedViewHandler.java427 if (dp.isSeascape()) { in getSplitPositionOptions()