Searched refs:mCurrentAppOrientation (Results 1 – 1 of 1) sorted by relevance
467 int mCurrentAppOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in PhoneWindowManager928 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()