Searched refs:STYLE_CHANGING_CONFIGURATIONS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java242 if ((data[index+AssetManager.STYLE_CHANGING_CONFIGURATIONS]&~allowedChangingConfigs) != 0) {
965 changingConfig |= data[index + AssetManager.STYLE_CHANGING_CONFIGURATIONS];
980 outValue.changingConfigurations = data[index+AssetManager.STYLE_CHANGING_CONFIGURATIONS];
H A DAssetManager.java730 /*package*/ static final int STYLE_CHANGING_CONFIGURATIONS = 4; field in class:AssetManager
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp94 STYLE_CHANGING_CONFIGURATIONS = 4, enumerator in enum:android::__anon844
1193 dest[STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags;
1431 dest[STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags;
1575 dest[STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags;
1688 dest[STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags;

Completed in 2226 milliseconds