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