Searched refs:shouldReportDisplayChange (Results 1 – 1 of 1) sorted by relevance
176 if (shouldReportDisplayChange(context, preChangedConfig)) { in onClientTransactionFinished()227 if (preChangedConfig != null && shouldReportDisplayChange(context, preChangedConfig)) { in onContextConfigurationPostChanged()241 private boolean shouldReportDisplayChange(@NonNull Context context, in shouldReportDisplayChange() method in ClientTransactionListenerController