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/wm/
DDisplayRotation.java80 private int mCurrentAppOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayRotation
256 if (newOrientation != mCurrentAppOrientation) { in setCurrentOrientation()
257 mCurrentAppOrientation = newOrientation; in setCurrentOrientation()
383 return mCurrentAppOrientation; in getCurrentAppOrientation()
433 + ", awake=" + awake + ", currentAppOrientation=" + mCurrentAppOrientation in updateOrientationListenerLw()
476 if (mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR in needSensorRunning()
477 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR in needSensorRunning()
478 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT in needSensorRunning()
479 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE) { in needSensorRunning()
715 switch (mCurrentAppOrientation) { in isValidRotationChoice()
[all …]