Searched refs:isOtherSeqNewer (Results 1 – 4 of 4) sorted by relevance
227 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) { in applyConfigurationToResourcesLocked()
546 mPendingConfiguration.isOtherSeqNewer(config)) { in updatePendingConfiguration()3660 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration) in handleRelaunchActivity()3663 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) { in handleRelaunchActivity()3869 if (!mPendingConfiguration.isOtherSeqNewer(config)) { in handleConfigurationChanged()3889 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) { in handleConfigurationChanged()4903 mPendingConfiguration.isOtherSeqNewer(newConfig)) { in attach()
1058 public boolean isOtherSeqNewer(Configuration other) { in isOtherSeqNewer() method in Configuration
3213 if (config.isOtherSeqNewer(mLastConfiguration)) { in handleMessage()