Searched defs:mCurrentAppOrientation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java585 int mCurrentAppOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:PhoneWindowManager
1084 if (mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR
1085 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR
1086 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT
1087 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE) {
1133 + ", mAwake=" + mAwake + ", mCurrentAppOrientation=" + mCurrentAppOrientation
7665 if (newOrientation != mCurrentAppOrientation) {
7666 mCurrentAppOrientation = newOrientation;
8229 pw.print(prefix); pw.print("mCurrentAppOrientation
[all...]

Completed in 22 milliseconds