Searched refs:mLastReportedRequestedOrientation (Results 1 – 2 of 2) sorted by relevance
1501 if (task != null && orientation != task.mLastReportedRequestedOrientation) { in updateOrientation()1502 task.mLastReportedRequestedOrientation = orientation; in updateOrientation()
529 int mLastReportedRequestedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in Task