Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java884 private final Configuration mLastConfigurationFromResources = new Configuration(); field in ViewRootImpl
2270 onMovedToDisplay(displayId, mLastConfigurationFromResources);
3437 mLastConfigurationFromResources.setTo(config); in performTraversals()
6501 if (mForceNextConfigUpdate || mLastConfigurationFromResources.diff(config) != 0) { in updateConfiguration()
6520 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateLastConfigurationFromResources()
6522 mLastConfigurationFromResources.setTo(resConfig); in updateLastConfigurationFromResources()
9720 + mLastConfigurationFromResources); in dump()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64125 Landroid/view/ViewRootImpl;->mLastConfigurationFromResources:Landroid/content/res/Configuration;