Searched refs:tmpConfig (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp807 ResTable_config tmpConfig = config; local
810 tmpConfig.density = densities[i];
811 assets.setConfiguration(tmpConfig);
/frameworks/base/core/java/android/app/
H A DActivityThread.java3853 Configuration tmpConfig = null;
3868 if (tmpConfig == null) {
3869 tmpConfig = new Configuration();
3871 tmpConfig.setTo(config);
3874 applyNonDefaultDisplayMetricsToConfigurationLocked(dm, tmpConfig);
3877 tmpConfig.updateFrom(overrideConfig);
3879 r.updateConfiguration(tmpConfig, dm, compat);

Completed in 172 milliseconds