OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openRawResource
(Results
26 - 50
of
98
) sorted by null
1
2
3
4
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java
205
InputStream inputStream = resources.
openRawResource
(R.raw.definitions);
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
OverlayBaseTest.java
20
input = mResources.
openRawResource
(resId);
/frameworks/base/graphics/java/android/renderscript/
FileA3D.java
292
is = res.
openRawResource
(id);
Font.java
206
is = res.
openRawResource
(id);
Program.java
249
InputStream is = resources.
openRawResource
(resourceID);
/frameworks/base/test-runner/src/android/test/mock/
MockResources.java
162
public InputStream
openRawResource
(int id) throws NotFoundException {
/gdk/samples/PhotoEditor/src/com/android/photoeditor/
PhotoEditor.java
53
InputStream is = view.getResources().
openRawResource
(R.raw.libjni_photoeditor_portable);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifReaderTest.java
43
.getContext().getResources().
openRawResource
(mImageResourceId);
/cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java
233
is = res.
openRawResource
(id);
401
is = res.
openRawResource
(id);
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java
255
return mRes.
openRawResource
(R.drawable.start);
259
return mRes.
openRawResource
(resId);
/cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTestActivity.java
131
InputStream excludepackage = r.
openRawResource
(R.raw.excludepackages);
/cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java
179
source = mContext.getResources().
openRawResource
(R.raw.test_jet);
SoundPoolTest.java
122
InputStream is = mContext.getResources().
openRawResource
(getSoundA());
/cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java
179
is = res.
openRawResource
(rawResId);
/cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java
155
source = getContext().getResources().
openRawResource
(resid);
MediaControllerTest.java
162
source = mActivity.getResources().
openRawResource
(R.raw.testvideo);
VideoViewTest.java
120
source = mActivity.getResources().
openRawResource
(R.raw.testvideo);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java
139
.
openRawResource
(R.raw.robot);
StaticTriangleRenderer.java
189
InputStream is = mContext.getResources().
openRawResource
(
TriangleRenderer.java
92
.
openRawResource
(R.raw.robot);
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java
137
.
openRawResource
(R.raw.robot);
/external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java
160
InputStream is = context.getResources().
openRawResource
(texture.resource);
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java
129
* Copy a {@link Resources#
openRawResource
(int)} into {@link File} for
137
in = getContext().getResources().
openRawResource
(rawId);
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsCollectionTest.java
155
* Copy a {@link Resources#
openRawResource
(int)} into {@link File} for
163
in = getContext().getResources().
openRawResource
(rawId);
/packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java
151
InputStream ins = getActivity().getResources().
openRawResource
(R.raw.blank);
Completed in 1303 milliseconds
1
2
3
4