Home
last modified time | relevance | path

Searched defs:openRawResource (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DResourcesWrapper.java187 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in ResourcesWrapper
192 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { in openRawResource() method in ResourcesWrapper
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java167 public InputStream openRawResource(int id) throws NotFoundException { in openRawResource() method in MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java824 static InputStream openRawResource(Resources resources, int id) throws NotFoundException { in openRawResource() method in Resources_Delegate
859 static InputStream openRawResource(Resources resources, int id, TypedValue value) throws in openRawResource() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java1181 public InputStream openRawResource(@RawRes int id) throws NotFoundException { in openRawResource() method in Resources
1237 public InputStream openRawResource(@RawRes int id, TypedValue value) in openRawResource() method in Resources
DResourcesImpl.java297 InputStream openRawResource(@RawRes int id, TypedValue value) throws NotFoundException { in openRawResource() method in ResourcesImpl