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

  /frameworks/base/core/java/android/content/res/
TypedArray.java 182 if ((data[index+AssetManager.STYLE_CHANGING_CONFIGURATIONS]&~allowedChangingConfigs) != 0) {
709 outValue.changingConfigurations = data[index+AssetManager.STYLE_CHANGING_CONFIGURATIONS];
AssetManager.java 697 /*package*/ static final int STYLE_CHANGING_CONFIGURATIONS = 4;
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 77 STYLE_CHANGING_CONFIGURATIONS = 4,
    [all...]

Completed in 56 milliseconds