Searched refs:mLastReportedOrientation (Results 1 – 1 of 1) sorted by relevance
73 private int mLastReportedOrientation = SCREEN_ORIENTATION_UNSET; field in DisplayRotationCompatPolicy111 mLastReportedOrientation = getOrientationInternal(); in getOrientation()112 if (mLastReportedOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()117 return mLastReportedOrientation; in getOrientation()180 + screenOrientationToString(mLastReportedOrientation) in getSummaryForDisplayRotationHistoryRecord()