OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mResId
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ResourceTexture.java
30
protected final int
mResId
;
35
mResId
= resId;
44
mContext.getResources(),
mResId
, options);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
CursorFactoryListAdapter.java
43
private int
mResId
;
46
mResId
= resId;
52
return inflater.inflate(
mResId
, parent, false);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
PriorityIndicatorSpan.java
49
private final int
mResId
;
59
mResId
= resId;
66
Drawable d = mContext.getResources().getDrawable(
mResId
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java
56
final private int
mResId
;
67
mResId
= resId;
72
doImport(mContext,
mResId
, mAccountList.get(which));
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java
92
private int
mResId
;
95
mResId
= resId;
103
mContext.getResources(),
mResId
, options);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java
324
private int
mResId
;
328
mResId
= resId;
331
InputStream is = mRes.openRawResource(
mResId
);
349
return BitmapFactory.decodeResource(mRes,
mResId
, options);
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java
156
private final int
mResId
;
158
mResId
= resId;
161
mResId
= R.id.dialog_error_with_message;
167
showDialog(
mResId
);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
WallpaperPickerActivity.java
165
private int
mResId
;
170
mResId
= resId;
175
int rotation = WallpaperCropActivity.getRotationFromExif(mResources,
mResId
);
177
mResources, a,
mResId
, 1024, rotation);
191
a.cropImageAndSetWallpaper(mResources,
mResId
, finishActivityWhenDone);
[
all
...]
Completed in 135 milliseconds