Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1755 if (task != null && orientation != task.mLastReportedRequestedOrientation) { in updateOrientation()
1756 task.mLastReportedRequestedOrientation = orientation; in updateOrientation()
H A DTask.java458 int mLastReportedRequestedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in Task