Searched refs:mCurrentAppOrientation (Results 1 – 1 of 1) sorted by relevance
114 private int mCurrentAppOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayRotation378 if (newOrientation != mCurrentAppOrientation) { in updateOrientation()379 mCurrentAppOrientation = newOrientation; in updateOrientation()931 return mCurrentAppOrientation; in getCurrentAppOrientation()1008 screenOnEarly, awake, mCurrentAppOrientation, mOrientationListener.mEnabled, in updateOrientationListenerLw()1055 if (mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR in needSensorRunning()1056 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR in needSensorRunning()1057 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT in needSensorRunning()1058 || mCurrentAppOrientation == ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE) { in needSensorRunning()1318 switch (mCurrentAppOrientation) { in isValidRotationChoice()[all …]