HomeSort by relevance Sort by last modified time
    Searched refs:mResId (Results 1 - 9 of 9) 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);
NinePatchTexture.java 53 mContext.getResources(), mResId, options);
61 throw new RuntimeException("invalid nine-patch image: " + mResId);
  /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/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...]
  /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...]

Completed in 1399 milliseconds