Home
last modified time | relevance | path

Searched refs:lastReportedConfig (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java3376 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) { in onlyVrUiModeChanged() argument
3379 != isInVrUiMode(lastReportedConfig)); in onlyVrUiModeChanged()
3382 private int getConfigurationChanges(Configuration lastReportedConfig) { in getConfigurationChanges() argument
3387 int changes = lastReportedConfig.diff(currentConfig); in getConfigurationChanges()
3391 final boolean crosses = crossesHorizontalSizeThreshold(lastReportedConfig.screenWidthDp, in getConfigurationChanges()
3393 || crossesVerticalSizeThreshold(lastReportedConfig.screenHeightDp, in getConfigurationChanges()
3400 final int oldSmallest = lastReportedConfig.smallestScreenWidthDp; in getConfigurationChanges()