Home
last modified time | relevance | path

Searched defs:obtainTypedArray (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java107 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in MockResources
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DResourcesWrapper.java104 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in ResourcesWrapper
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java530 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { in obtainTypedArray() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java622 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { in obtainTypedArray() method in Resources