Searched refs:lastReportedConfig (Results 1 – 1 of 1) sorted by relevance
3384 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) { in onlyVrUiModeChanged() argument3387 != isInVrUiMode(lastReportedConfig)); in onlyVrUiModeChanged()3390 private int getConfigurationChanges(Configuration lastReportedConfig) { in getConfigurationChanges() argument3395 int changes = lastReportedConfig.diff(currentConfig); in getConfigurationChanges()3399 final boolean crosses = crossesHorizontalSizeThreshold(lastReportedConfig.screenWidthDp, in getConfigurationChanges()3401 || crossesVerticalSizeThreshold(lastReportedConfig.screenHeightDp, in getConfigurationChanges()3408 final int oldSmallest = lastReportedConfig.smallestScreenWidthDp; in getConfigurationChanges()