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