Searched refs:isInLandscape (Results 1 – 4 of 4) sorted by relevance
130 public boolean isInLandscape() { in isInLandscape() method in OrientationManagerImpl146 return !isInLandscape(); in isInPortrait()
113 public boolean isInLandscape(); in isInLandscape() method
167 boolean isInLandscape = orientedState.getDisplayRotation() != ROTATION_0; in initOverlay()171 if (!isInLandscape) { in initOverlay()
2113 boolean isInLandscape = mOrientationState.getTouchRotation() != ROTATION_0 in updateOrientationHandler()2116 !mOrientationState.isRecentsActivityRotationAllowed() && isInLandscape); in updateOrientationHandler()