Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java113 private int mCurrentAppOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayRotation
377 if (newOrientation != mCurrentAppOrientation) { in updateOrientation()
378 mCurrentAppOrientation = newOrientation; in updateOrientation()
928 return mCurrentAppOrientation; in getCurrentAppOrientation()
1005 screenOnEarly, awake, mCurrentAppOrientation, mOrientationListener.mEnabled, in updateOrientationListenerLw()
1052 if (mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR in needSensorRunning()
1053 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR in needSensorRunning()
1054 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT in needSensorRunning()
1315 switch (mCurrentAppOrientation) { in isValidRotationChoice()
1492 + ActivityInfo.screenOrientationToString(mCurrentAppOrientation)); in dump()
[all …]