Searched refs:mLastConfig (Results 1 – 3 of 3) sorted by relevance
37 private final Configuration mLastConfig = new Configuration(); field in ConfigurationControllerImpl89 if ((mLastConfig.updateFrom(newConfig) & ActivityInfo.CONFIG_ASSETS_PATHS) != 0) { in onConfigurationChanged()
138 private Configuration mLastConfig; field in RecentsActivity342 mLastConfig = new Configuration(Utilities.getAppConfiguration(this)); in onCreate()513 mLastConfig.orientation != newDeviceConfiguration.orientation, in onConfigurationChanged()514 mLastConfig.densityDpi != newDeviceConfiguration.densityDpi, numStackTasks > 0)); in onConfigurationChanged()516 mLastConfig.updateFrom(newDeviceConfiguration); in onConfigurationChanged()
210 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges(); field in LoaderCustomSupport.AppListLoader304 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); in onStartLoading()