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

/frameworks/base/core/java/android/app/
H A DResourcesManager.java257 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) {
H A DActivityThread.java574 mPendingConfiguration.isOtherSeqNewer(config)) {
3885 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration)
3888 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) {
4082 if (!mPendingConfiguration.isOtherSeqNewer(config)) {
4102 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) {
5147 mPendingConfiguration.isOtherSeqNewer(newConfig)) {
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1085 public boolean isOtherSeqNewer(Configuration other) { method in class:Configuration
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3370 if (config.isOtherSeqNewer(mLastConfiguration)) {

Completed in 448 milliseconds