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

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

Completed in 53 milliseconds