Home
last modified time | relevance | path

Searched refs:isOtherSeqNewer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DResourcesManager.java769 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) { in applyConfigurationToResourcesLocked()
DActivityThread.java651 mPendingConfiguration.isOtherSeqNewer(config)) { in updatePendingConfiguration()
4390 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration) in handleRelaunchActivity()
4393 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) { in handleRelaunchActivity()
4706 if (!mPendingConfiguration.isOtherSeqNewer(config)) { in handleConfigurationChanged()
4728 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) { in handleConfigurationChanged()
5963 mPendingConfiguration.isOtherSeqNewer(newConfig)) { in attach()
/frameworks/base/core/java/android/content/res/
DConfiguration.java1222 public boolean isOtherSeqNewer(Configuration other) { in isOtherSeqNewer() method in Configuration
/frameworks/base/core/java/android/view/
DViewRootImpl.java3671 if (config.isOtherSeqNewer(mLastConfiguration)) { in handleMessage()