Searched refs:isOtherSeqNewer (Results 1 – 4 of 4) sorted by relevance
266 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) { in applyConfigurationToResourcesLocked()
582 mPendingConfiguration.isOtherSeqNewer(config)) { in updatePendingConfiguration()4014 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration) in handleRelaunchActivity()4017 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) { in handleRelaunchActivity()4212 if (!mPendingConfiguration.isOtherSeqNewer(config)) { in handleConfigurationChanged()4232 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) { in handleConfigurationChanged()5301 mPendingConfiguration.isOtherSeqNewer(newConfig)) { in attach()
1114 public boolean isOtherSeqNewer(Configuration other) { in isOtherSeqNewer() method in Configuration
3464 if (config.isOtherSeqNewer(mLastConfiguration)) { in handleMessage()