OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInResId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java
64
int
mInResId
= 0;
97
mInResId
= inResId;
128
if (mInUri == null &&
mInResId
== 0 && mInFilePath == null && mInImageBytes == null) {
141
return new BufferedInputStream(mResources.openRawResource(
mInResId
));
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
456
int
mInResId
= 0;
499
mInResId
= inResId;
530
if (mInUri == null &&
mInResId
== 0 && mInFilePath == null && mInImageBytes == null) {
543
return new BufferedInputStream(mResources.openRawResource(
mInResId
));
[
all
...]
Completed in 311 milliseconds