Searched refs:mResId (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DResourceTexture.java30 protected final int mResId; field in class:ResourceTexture
35 mResId = resId;
44 mContext.getResources(), mResId, options);
H A DNinePatchTexture.java53 mContext.getResources(), mResId, options);
61 throw new RuntimeException("invalid nine-patch image: " + mResId);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DCursorFactoryListAdapter.java43 private int mResId; field in class:CursorFactoryListAdapter.ResourceViewFactory
46 mResId = resId;
52 return inflater.inflate(mResId, parent, false);
/packages/apps/InCallUI/src/com/android/incallui/
H A DSelectPhoneAccountDialogFragment.java99 private int mResId; field in class:SelectPhoneAccountDialogFragment.SelectAccountListAdapter
105 mResId = resource;
118 rowView = inflater.inflate(mResId, null);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DAccountSelectionUtil.java56 final private int mResId; field in class:AccountSelectionUtil.AccountSelectedListener
67 mResId = resId;
72 doImport(mContext, mResId, mAccountList.get(which));
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java92 private int mResId; field in class:AlbumLabelMaker.LazyLoadedBitmap
95 mResId = resId;
103 mContext.getResources(), mResId, options);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java325 private int mResId; field in class:BitmapRegionTileSource.ResourceBitmapSource
329 mResId = resId;
332 InputStream is = mRes.openRawResource(mResId);
350 return BitmapFactory.decodeResource(mRes, mResId, options);
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DImportVCardActivity.java156 private final int mResId; field in class:ImportVCardActivity.DialogDisplayer
158 mResId = resId;
161 mResId = R.id.dialog_error_with_message;
167 showDialog(mResId);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperPickerActivity.java229 private int mResId; field in class:WallpaperPickerActivity.ResourceWallpaperInfo
233 mResId = resId;
240 mResources, mResId, BitmapRegionTileSource.MAX_PREVIEW_SIZE);
257 a.cropImageAndSetWallpaper(mResources, mResId, finishActivityWhenDone);

Completed in 324 milliseconds