Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java146 private int mCurrentAppOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayRotation
472 if (newOrientation != mCurrentAppOrientation) { in updateOrientation()
473 mCurrentAppOrientation = newOrientation; in updateOrientation()
1010 return mCurrentAppOrientation; in getCurrentAppOrientation()
1087 screenOnEarly, awake, mCurrentAppOrientation, mOrientationListener.mEnabled, in updateOrientationListenerLw()
1132 if (mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR in needSensorRunning()
1133 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR in needSensorRunning()
1134 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT in needSensorRunning()
1426 switch (mCurrentAppOrientation) { in isValidRotationChoice()
1520 switch (mCurrentAppOrientation) { in isRotationChoiceAllowed()
[all …]