Searched refs:lastReportedConfig (Results 1 – 1 of 1) sorted by relevance
8578 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) { in onlyVrUiModeChanged() argument8581 != isInVrUiMode(lastReportedConfig)); in onlyVrUiModeChanged()8584 private int getConfigurationChanges(Configuration lastReportedConfig) { in getConfigurationChanges() argument8588 int changes = lastReportedConfig.diff(getConfiguration()); in getConfigurationChanges()8590 changes, lastReportedConfig, getConfiguration(), mSizeConfigurations); in getConfigurationChanges()