Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java2254 final @ActivityInfo.ScreenOrientation int mSourceOrientation; field in DisplayRotation.RotationHistory.Record
2281 mSourceOrientation = w != null in Record()
2286 mSourceOrientation = SCREEN_ORIENTATION_UNSET; in Record()
2310 + " " + ActivityInfo.screenOrientationToString(mSourceOrientation)); in dump()