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