HomeSort by relevance Sort by last modified time
    Searched refs:tmpConfig (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
ResourcesManager.java 254 Configuration tmpConfig = null;
267 if (tmpConfig == null) {
268 tmpConfig = new Configuration();
270 tmpConfig.setTo(config);
273 applyNonDefaultDisplayMetricsToConfigurationLocked(dm, tmpConfig);
276 tmpConfig.updateFrom(key.mOverrideConfiguration);
278 r.updateConfiguration(tmpConfig, dm, compat);
  /frameworks/base/tools/aapt/
Command.cpp     [all...]

Completed in 133 milliseconds