Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java521 private final Configuration mLastConfigurationFromResources = new Configuration(); field in ViewRootImpl
2046 mLastConfigurationFromResources.setTo(config); in performTraversals()
4428 if (mForceNextConfigUpdate || mLastConfigurationFromResources.diff(config) != 0) { in updateConfiguration()
4432 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateConfiguration()
4434 mLastConfigurationFromResources.setTo(config); in updateConfiguration()
4640 onMovedToDisplay(displayId, mLastConfigurationFromResources); in handleMessage()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79197 Landroid/view/ViewRootImpl;->mLastConfigurationFromResources:Landroid/content/res/Configuration;