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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java393 private final Configuration mLastConfigurationFromResources = new Configuration(); field in class:ViewRootImpl
1662 mLastConfigurationFromResources.setTo(config);
3592 if (mForceNextConfigUpdate || mLastConfigurationFromResources.diff(config) != 0) {
3597 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection();
3599 mLastConfigurationFromResources.setTo(config);
3783 onMovedToDisplay(displayId, mLastConfigurationFromResources);

Completed in 46 milliseconds