Home | History | Annotate | Download | only in res

Lines Matching defs:openRawResource

909         final InputStream is = openRawResource(id);
1222 public InputStream openRawResource(@RawRes int id) throws NotFoundException {
1225 return openRawResource(id, value);
1279 public InputStream openRawResource(@RawRes int id, TypedValue value)
1281 return mResourcesImpl.openRawResource(id, value);