Searched refs:mLastConfigurationFromResources (Results 1 – 1 of 1) sorted by relevance
577 private final Configuration mLastConfigurationFromResources = new Configuration(); field in ViewRootImpl2411 mLastConfigurationFromResources.setTo(config); in performTraversals()4763 if (mForceNextConfigUpdate || mLastConfigurationFromResources.diff(config) != 0) { in updateConfiguration()4767 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateConfiguration()4769 mLastConfigurationFromResources.setTo(config); in updateConfiguration()4978 onMovedToDisplay(displayId, mLastConfigurationFromResources); in handleMessage()