Searched refs:mLastConfigurationFromResources (Results 1 – 1 of 1) sorted by relevance
498 private final Configuration mLastConfigurationFromResources = new Configuration(); field in ViewRootImpl2022 mLastConfigurationFromResources.setTo(config); in performTraversals()4264 if (mForceNextConfigUpdate || mLastConfigurationFromResources.diff(config) != 0) { in updateConfiguration()4268 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateConfiguration()4270 mLastConfigurationFromResources.setTo(config); in updateConfiguration()4473 onMovedToDisplay(displayId, mLastConfigurationFromResources); in handleMessage()