Searched refs:isOtherSeqNewer (Results 1 – 6 of 6) sorted by relevance
3044 if (mPendingConfiguration == null || mPendingConfiguration.isOtherSeqNewer(config)) { in updatePendingConfiguration()5177 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration) in handleRelaunchActivity()5180 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) { in handleRelaunchActivity()5617 if (!mPendingConfiguration.isOtherSeqNewer(config)) { in handleConfigurationChanged()5646 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) { in handleConfigurationChanged()5796 && !r.mPendingOverrideConfig.isOtherSeqNewer(overrideConfig)) { in handleActivityConfigurationChanged()5802 if (r.overrideConfig != null && !r.overrideConfig.isOtherSeqNewer(overrideConfig) in handleActivityConfigurationChanged()7176 || mPendingConfiguration.isOtherSeqNewer(globalConfig)) { in attach()
1016 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) { in applyConfigurationToResourcesLocked()
1773 public boolean isOtherSeqNewer(Configuration other) { in isOtherSeqNewer() method in Configuration
4761 if (config.isOtherSeqNewer( in handleMessage()
41445 HSPLandroid/content/res/Configuration;->isOtherSeqNewer(Landroid/content/res/Configuration;)Z
16541 Landroid/content/res/Configuration;->isOtherSeqNewer(Landroid/content/res/Configuration;)Z