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

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

Completed in 948 milliseconds