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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java265 final Configuration mLastConfiguration = new Configuration(); field in class:ViewRootImpl
1186 mLastConfiguration.setTo(host.getResources().getConfiguration());
1190 host.setLayoutDirection(mLastConfiguration.getLayoutDirection());
2688 if (force || mLastConfiguration.diff(config) != 0) {
2689 final int lastLayoutDirection = mLastConfiguration.getLayoutDirection();
2691 mLastConfiguration.setTo(config);
3006 if (config.isOtherSeqNewer(mLastConfiguration)) {
3007 config = mLastConfiguration;

Completed in 26 milliseconds