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

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java107 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java490 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java102 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:ResourcesWrapper
103 return mResources.obtainTypedArray(id);
/frameworks/base/core/java/android/content/res/
H A DResources.java562 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { method in class:Resources

Completed in 2514 milliseconds