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

/frameworks/base/core/java/android/app/
H A DActivityThread.java550 mPendingConfiguration.isOtherSeqNewer(config)) {
3628 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration)
3631 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) {
3825 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) {
3935 if (!mPendingConfiguration.isOtherSeqNewer(config)) {
3955 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) {
4946 mPendingConfiguration.isOtherSeqNewer(newConfig)) {
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1005 public boolean isOtherSeqNewer(Configuration other) { method in class:Configuration
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3006 if (config.isOtherSeqNewer(mLastConfiguration)) {

Completed in 467 milliseconds