Searched refs:isInLandscape (Results 1 – 5 of 5) sorted by relevance
130 public boolean isInLandscape() { in isInLandscape() method in OrientationManagerImpl146 return !isInLandscape(); in isInPortrait()
113 public boolean isInLandscape(); in isInLandscape() method
83 boolean isInLandscape = orientedState.getTouchRotation() != ROTATION_0; in getEnabledShortcuts()86 if (!canLauncherRotate && isInLandscape) { in getEnabledShortcuts()
165 boolean isInLandscape = orientedState.getDisplayRotation() != ROTATION_0; in initOverlay()169 if (!isInLandscape) { in initOverlay()
1312 boolean isInLandscape = mOrientationState.getTouchRotation() != ROTATION_0 in updateOrientationHandler()1315 !mOrientationState.canRecentsActivityRotate() && isInLandscape); in updateOrientationHandler()