Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DClientTransactionListenerController.java175 final Configuration preChangedConfig = mContextToPreChangedConfigMap.valueAt(i); in onClientTransactionFinished() local
176 if (shouldReportDisplayChange(context, preChangedConfig)) { in onClientTransactionFinished()
226 final Configuration preChangedConfig = mContextToPreChangedConfigMap.remove(context); in onContextConfigurationPostChanged() local
227 if (preChangedConfig != null && shouldReportDisplayChange(context, preChangedConfig)) { in onContextConfigurationPostChanged()
242 @NonNull Configuration preChangedConfig) { in shouldReportDisplayChange() argument
244 return !areConfigurationsEqualForDisplay(postChangedConfig, preChangedConfig); in shouldReportDisplayChange()