OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openRawResource
(Results
51 - 75
of
98
) sorted by null
1
2
3
4
/packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifParserTest.java
44
.getContext().getResources().
openRawResource
(mImageResourceId);
/cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java
579
InputStream is = mResources.
openRawResource
(R.raw.text);
582
is = mResources.
openRawResource
(R.raw.text, new TypedValue());
/external/replicaisland/src/com/replica/replicaisland/
Game.java
145
collision.loadCollisionTiles(context.getResources().
openRawResource
(R.raw.collision));
328
params.context.getResources().
openRawResource
(level.resource), mGameRoot);
/frameworks/base/core/java/android/app/
WallpaperManager.java
300
InputStream is = context.getResources().
openRawResource
(
495
setWallpaper(resources.
openRawResource
(resid), fos);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java
604
public InputStream
openRawResource
(int id) throws NotFoundException {
639
public InputStream
openRawResource
(int id, TypedValue value) throws NotFoundException {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java
304
InputStream is = mContext.getResources().
openRawResource
(R.raw.sns_texture);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java
99
.
openRawResource
(R.raw.robot);
/frameworks/base/core/java/android/content/res/
Resources.java
716
InputStream is =
openRawResource
(id);
[
all
...]
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
376
is = res.
openRawResource
(id, value);
/frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java
125
is = res.
openRawResource
(rawResId);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardVerifier.java
138
mAndroidTestCase.getContext().getResources().
openRawResource
(resId);
/packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java
239
InputStream in = res.
openRawResource
(id);
Template.java
271
InputStream ins = context.getResources().
openRawResource
(id);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java
197
InputStream is = getResources().
openRawResource
(resourceId);
/packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java
124
InputStream inputStream = mRes.
openRawResource
(R.raw.bgmesh);
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java
139
InputStream inputStream = mRes.
openRawResource
(R.raw.bgmesh);
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java
315
return mRes.
openRawResource
(resId);
/cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java
254
InputStream inputStream = context.getResources().
openRawResource
(
/cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java
414
source = context.getResources().
openRawResource
(resId);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java
146
InputStream is = getResources().
openRawResource
(resourceIds[face]);
MatrixPaletteRenderer.java
280
.
openRawResource
(R.raw.robot);
/frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java
232
is = res.
openRawResource
(rawResId);
/frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java
307
final InputStream is = r.
openRawResource
(id, value);
/frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java
147
InputStream in = mContext.getResources().
openRawResource
(R.raw.youtube);
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java
141
source = mResources.
openRawResource
(R.raw.testimage);
Completed in 1346 milliseconds
1
2
3
4