Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java634 private final Configuration mLastConfigurationFromResources = new Configuration(); field in ViewRootImpl
1682 onMovedToDisplay(displayId, mLastConfigurationFromResources); in handleResized()
2669 mLastConfigurationFromResources.setTo(config); in performTraversals()
5199 if (mForceNextConfigUpdate || mLastConfigurationFromResources.diff(config) != 0) { in updateConfiguration()
5203 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateConfiguration()
5205 mLastConfigurationFromResources.setTo(config); in updateConfiguration()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68091 Landroid/view/ViewRootImpl;->mLastConfigurationFromResources:Landroid/content/res/Configuration;