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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java318 int mCurrentAppOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:PhoneWindowManager
584 if (mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR
585 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR
586 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT
587 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE) {
632 ", current orientation="+mCurrentAppOrientation+
4381 if (newOrientation != mCurrentAppOrientation) {
4382 mCurrentAppOrientation = newOrientation;
4574 pw.print(prefix); pw.print("mCurrentAppOrientation="); pw.println(mCurrentAppOrientation);
[all...]

Completed in 26 milliseconds