Searched refs:isOtherSeqNewer (Results 1 – 6 of 6) sorted by relevance
3025 if (mPendingConfiguration == null || mPendingConfiguration.isOtherSeqNewer(config)) { in updatePendingConfiguration()5137 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration) in handleRelaunchActivity()5140 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) { in handleRelaunchActivity()5577 if (!mPendingConfiguration.isOtherSeqNewer(config)) { in handleConfigurationChanged()5606 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) { in handleConfigurationChanged()5756 && !r.mPendingOverrideConfig.isOtherSeqNewer(overrideConfig)) { in handleActivityConfigurationChanged()5762 if (r.overrideConfig != null && !r.overrideConfig.isOtherSeqNewer(overrideConfig) in handleActivityConfigurationChanged()7136 || mPendingConfiguration.isOtherSeqNewer(globalConfig)) { in attach()
1009 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) { in applyConfigurationToResourcesLocked()
1755 public boolean isOtherSeqNewer(Configuration other) { in isOtherSeqNewer() method in Configuration
4594 if (config.isOtherSeqNewer( in handleMessage()
41446 HSPLandroid/content/res/Configuration;->isOtherSeqNewer(Landroid/content/res/Configuration;)Z
17677 Landroid/content/res/Configuration;->isOtherSeqNewer(Landroid/content/res/Configuration;)Z