Searched refs:setConfiguration (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/include/androidfw/
H A DAssetManager.h131 void setConfiguration(const ResTable_config& config, const char* locale = NULL);
/frameworks/base/tools/aapt/
H A DCommand.cpp472 assets.setConfiguration(config);
812 assets.setConfiguration(tmpConfig);
818 assets.setConfiguration(config);
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java652 public native final void setConfiguration(int mcc, int mnc, String locale, method in class:AssetManager
H A DResources.java1485 mAssets.setConfiguration(mConfiguration.mcc, mConfiguration.mnc,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java902 void setConfiguration(final Configuration newConfig) { method in class:WindowState
H A DWindowManagerService.java9461 win.setConfiguration(mCurConfiguration);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp545 am->setConfiguration(config, locale8);
1651 { "setConfiguration", "(IILjava/lang/String;IIIIIIIIIIIIII)V",
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp445 void AssetManager::setConfiguration(const ResTable_config& config, const char* locale) function in class:AssetManager
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java507 assmgr.setConfiguration(0, 0, null, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
722 assmgr.setConfiguration(0, 0, null, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

Completed in 4177 milliseconds