Home
last modified time | relevance | path

Searched refs:isInLandscape (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManagerImpl.java130 public boolean isInLandscape() { in isInLandscape() method in OrientationManagerImpl
146 return !isInLandscape(); in isInPortrait()
DOrientationManager.java113 public boolean isInLandscape(); in isInLandscape() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java83 boolean isInLandscape = orientedState.getTouchRotation() != ROTATION_0; in getEnabledShortcuts()
86 if (!canLauncherRotate && isInLandscape) { in getEnabledShortcuts()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java165 boolean isInLandscape = orientedState.getDisplayRotation() != ROTATION_0; in initOverlay()
169 if (!isInLandscape) { in initOverlay()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1312 boolean isInLandscape = mOrientationState.getTouchRotation() != ROTATION_0 in updateOrientationHandler()
1315 !mOrientationState.canRecentsActivityRotate() && isInLandscape); in updateOrientationHandler()