Searched defs:allowedChangingConfigs (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java246 * @param allowedChangingConfigs Bit mask of configurations from
254 public String getNonConfigurationString(int index, int allowedChangingConfigs) { argument
262 if ((data[index+AssetManager.STYLE_CHANGING_CONFIGURATIONS]&~allowedChangingConfigs) != 0) {

Completed in 103 milliseconds