Home
last modified time | relevance | path

Searched refs:typedArray (Results 1 – 2 of 2) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DTintTypedArray.java265 static int getType(TypedArray typedArray, int index) { in getType() argument
266 return typedArray.getType(index); in getType()
269 static int getChangingConfigurations(TypedArray typedArray) { in getChangingConfigurations() argument
270 return typedArray.getChangingConfigurations(); in getChangingConfigurations()
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/resources/
DCompatibility.java56 public static int getChangingConfigurations(@NonNull TypedArray typedArray) { in getChangingConfigurations() argument
57 return typedArray.getChangingConfigurations(); in getChangingConfigurations()