Home
last modified time | relevance | path

Searched refs:mResId (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DResourceTexture.java30 protected final int mResId; field in ResourceTexture
34 mResId = resId; in ResourceTexture()
43 mContext.getResources(), mResId, options); in onGetBitmap()
DAlbumLabelMaker.java101 private int mResId; field in AlbumLabelMaker.LazyLoadedBitmap
104 mResId = resId; in LazyLoadedBitmap()
112 mContext.getResources(), mResId, options); in get()
DNinePatchTexture.java55 mContext.getResources(), mResId, options); in onGetBitmap()
63 throw new RuntimeException("invalid nine-patch image: " + mResId); in onGetBitmap()
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DCursorFactoryListAdapter.java43 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/
DAccountSelectionUtil.java55 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/
DImportVCardActivity.java158 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()