Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java467 int mCurrentAppOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in PhoneWindowManager
928 if (mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR in needSensorRunningLp()
929 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR in needSensorRunningLp()
930 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT in needSensorRunningLp()
931 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE) { in needSensorRunningLp()
977 + ", mAwake=" + mAwake + ", mCurrentAppOrientation=" + mCurrentAppOrientation in updateOrientationListenerLp()
7136 if (newOrientation != mCurrentAppOrientation) { in setCurrentOrientationLw()
7137 mCurrentAppOrientation = newOrientation; in setCurrentOrientationLw()
7600 pw.print(prefix); pw.print("mCurrentAppOrientation="); pw.println(mCurrentAppOrientation); in dump()