Searched refs:lastReportedConfig (Results 1 – 1 of 1) sorted by relevance
2554 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) { in onlyVrUiModeChanged() argument2557 != isInVrUiMode(lastReportedConfig)); in onlyVrUiModeChanged()2560 private int getConfigurationChanges(Configuration lastReportedConfig) { in getConfigurationChanges() argument2565 int changes = lastReportedConfig.diff(currentConfig); in getConfigurationChanges()2569 final boolean crosses = crossesHorizontalSizeThreshold(lastReportedConfig.screenWidthDp, in getConfigurationChanges()2571 || crossesVerticalSizeThreshold(lastReportedConfig.screenHeightDp, in getConfigurationChanges()2578 final int oldSmallest = lastReportedConfig.smallestScreenWidthDp; in getConfigurationChanges()