Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java498 private final Configuration mLastConfigurationFromResources = new Configuration(); field in ViewRootImpl
2022 mLastConfigurationFromResources.setTo(config); in performTraversals()
4264 if (mForceNextConfigUpdate || mLastConfigurationFromResources.diff(config) != 0) { in updateConfiguration()
4268 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateConfiguration()
4270 mLastConfigurationFromResources.setTo(config); in updateConfiguration()
4473 onMovedToDisplay(displayId, mLastConfigurationFromResources); in handleMessage()