Searched refs:mLastConfigurationFromResources (Results 1 – 2 of 2) sorted by relevance
634 private final Configuration mLastConfigurationFromResources = new Configuration(); field in ViewRootImpl1682 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()
68091 Landroid/view/ViewRootImpl;->mLastConfigurationFromResources:Landroid/content/res/Configuration;