Searched refs:mResId (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ResourceTexture.java | 30 protected final int mResId; field in ResourceTexture 34 mResId = resId; in ResourceTexture() 43 mContext.getResources(), mResId, options); in onGetBitmap()
|
D | AlbumLabelMaker.java | 101 private int mResId; field in AlbumLabelMaker.LazyLoadedBitmap 104 mResId = resId; in LazyLoadedBitmap() 112 mContext.getResources(), mResId, options); in get()
|
D | NinePatchTexture.java | 55 mContext.getResources(), mResId, options); in onGetBitmap() 63 throw new RuntimeException("invalid nine-patch image: " + mResId); in onGetBitmap()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
D | CursorFactoryListAdapter.java | 43 private int mResId; field in CursorFactoryListAdapter.ResourceViewFactory 46 mResId = resId; in ResourceViewFactory() 52 return inflater.inflate(mResId, parent, false); in newView()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountSelectionUtil.java | 55 final private int mResId; field in AccountSelectionUtil.AccountSelectedListener 66 mResId = resId; in AccountSelectedListener() 71 doImport(mContext, mResId, mAccountList.get(which)); in onClick()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportVCardActivity.java | 158 private final int mResId; field in ImportVCardActivity.DialogDisplayer 160 mResId = resId; in DialogDisplayer() 163 mResId = R.id.dialog_error_with_message; in DialogDisplayer() 169 showDialog(mResId); in run()
|