Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java419 private final Configuration mLastConfigurationFromResources = new Configuration(); field in ViewRootImpl
1756 mLastConfigurationFromResources.setTo(config); in performTraversals()
3929 if (mForceNextConfigUpdate || mLastConfigurationFromResources.diff(config) != 0) { in updateConfiguration()
3934 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateConfiguration()
3936 mLastConfigurationFromResources.setTo(config); in updateConfiguration()
4126 onMovedToDisplay(displayId, mLastConfigurationFromResources); in handleMessage()
/frameworks/base/config/
Dhiddenapi-private-dex.txt98814 Landroid/view/ViewRootImpl;->mLastConfigurationFromResources:Landroid/content/res/Configuration;