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

/frameworks/base/test-mock/src/android/test/mock/
H A DMockResources.java107 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DResourcesWrapper.java104 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:ResourcesWrapper
105 return mResources.obtainTypedArray(id);
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java530 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
/frameworks/base/core/java/android/content/res/
H A DResources.java388 final TypedArray array = obtainTypedArray(id);
622 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { method in class:Resources

Completed in 162 milliseconds