Searched refs:isOtherSeqNewer (Results 1 – 4 of 4) sorted by relevance
257 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) { in applyConfigurationToResourcesLocked()
574 mPendingConfiguration.isOtherSeqNewer(config)) { in updatePendingConfiguration()3885 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration) in handleRelaunchActivity()3888 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) { in handleRelaunchActivity()4082 if (!mPendingConfiguration.isOtherSeqNewer(config)) { in handleConfigurationChanged()4102 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) { in handleConfigurationChanged()5147 mPendingConfiguration.isOtherSeqNewer(newConfig)) { in attach()
1085 public boolean isOtherSeqNewer(Configuration other) { in isOtherSeqNewer() method in Configuration
3370 if (config.isOtherSeqNewer(mLastConfiguration)) { in handleMessage()