Searched defs:mLastConfiguration (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java245 final Configuration mLastConfiguration = new Configuration(); field in class:ViewRootImpl
945 mLastConfiguration.setTo(host.getResources().getConfiguration());
2306 if (force || mLastConfiguration.diff(config) != 0) {
2307 mLastConfiguration.setTo(config);
2627 if (config.isOtherSeqNewer(mLastConfiguration)) {
2628 config = mLastConfiguration;

Completed in 443 milliseconds