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 183 if ((data[index+AssetManager.STYLE_CHANGING_CONFIGURATIONS]&~allowedChangingConfigs) != 0) {
710 outValue.changingConfigurations = data[index+AssetManager.STYLE_CHANGING_CONFIGURATIONS];
AssetManager.java 703 /*package*/ static final int STYLE_CHANGING_CONFIGURATIONS = 4;
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 77 STYLE_CHANGING_CONFIGURATIONS = 4,
    [all...]

Completed in 36 milliseconds