Searched refs:mLastReportedConfig (Results 1 – 1 of 1) sorted by relevance
178 private Configuration mLastReportedConfig; field in WindowContextListenerController.WindowContextListenerImpl231 mLastReportedConfig = null; in clear()250 if (mLastReportedConfig == null) { in reportConfigToWindowTokenClient()251 mLastReportedConfig = new Configuration(); in reportConfigToWindowTokenClient()255 if (config.equals(mLastReportedConfig) && displayId == mLastReportedDisplay) { in reportConfigToWindowTokenClient()260 mLastReportedConfig.setTo(config); in reportConfigToWindowTokenClient()