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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java268 final Configuration mLastConfiguration = new Configuration(); field in class:ViewRootImpl
1197 mLastConfiguration.setTo(host.getResources().getConfiguration());
2674 if (force || mLastConfiguration.diff(config) != 0) {
2675 mLastConfiguration.setTo(config);
2960 if (config.isOtherSeqNewer(mLastConfiguration)) {
2961 config = mLastConfiguration;

Completed in 36 milliseconds