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

/frameworks/base/core/java/android/app/
H A DResourcesManager.java227 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) {
H A DActivityThread.java546 mPendingConfiguration.isOtherSeqNewer(config)) {
3660 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration)
3663 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) {
3869 if (!mPendingConfiguration.isOtherSeqNewer(config)) {
3889 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) {
4903 mPendingConfiguration.isOtherSeqNewer(newConfig)) {
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1058 public boolean isOtherSeqNewer(Configuration other) { method in class:Configuration
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3213 if (config.isOtherSeqNewer(mLastConfiguration)) {

Completed in 1041 milliseconds