Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCommonAppTypeParser.java48 @Thunk final int mResId; field in CommonAppTypeParser
58 mResId = getResourceForItemType(itemType); in CommonAppTypeParser()
82 if (mResId == 0) { in findDefaultApp()
96 CommonAppTypeParser.this.mContext.getResources(), mResId, TAG_RESOLVE, 0); in MyLayoutParser()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DResourceTexture.java30 protected final int mResId; field in ResourceTexture
35 mResId = resId; in ResourceTexture()
44 mContext.getResources(), mResId, options); in onGetBitmap()
DNinePatchTexture.java53 mContext.getResources(), mResId, options); in onGetBitmap()
61 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/Launcher3/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java343 private int mResId; field in BitmapRegionTileSource.ResourceBitmapSource
346 mResId = resId; in ResourceBitmapSource()
349 InputStream is = mRes.openRawResource(mResId); in regenerateInputStream()
367 return BitmapFactory.decodeResource(mRes, mResId, options); in loadPreviewBitmap()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMaterialSearchSuggestionsList.java172 private final int mResId; field in MaterialSearchSuggestionsList.MaterialSearchViewListAdapter
178 mResId = resource; in MaterialSearchViewListAdapter()
206 convertView = getInflater().inflate(mResId, parent, false); in getView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountSelectionUtil.java56 final private int mResId; field in AccountSelectionUtil.AccountSelectedListener
68 mResId = resId; in AccountSelectedListener()
81 doImport(mContext, mResId, mAccountList.get(which), mSubscriptionId); in onClick()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java92 private int mResId; field in AlbumLabelMaker.LazyLoadedBitmap
95 mResId = resId; in LazyLoadedBitmap()
103 mContext.getResources(), mResId, options); in get()
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java215 private int mResId; field in SelectPhoneAccountDialogFragment.SelectAccountListAdapter
220 mResId = resource; in SelectAccountListAdapter()
233 rowView = inflater.inflate(mResId, null); in getView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportVCardActivity.java107 private final int mResId; field in ImportVCardActivity.DialogDisplayer
109 mResId = resId; in DialogDisplayer()
112 mResId = R.id.dialog_error_with_message; in DialogDisplayer()
118 showDialog(mResId); in run()
/packages/apps/Settings/src/com/android/settings/sim/
DSimPreferenceDialog.java189 private int mResId; field in SimPreferenceDialog.SelectColorAdapter
195 mResId = resource; in SelectColorAdapter()
211 rowView = inflater.inflate(mResId, null); in getView()
DSimDialogActivity.java277 private int mResId; field in SimDialogActivity.SelectAccountListAdapter
286 mResId = resource; in SelectAccountListAdapter()
300 rowView = inflater.inflate(mResId, null); in getView()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperPickerActivity.java232 private int mResId; field in WallpaperPickerActivity.ResourceWallpaperInfo
236 mResId = resId; in ResourceWallpaperInfo()
243 new BitmapRegionTileSource.ResourceBitmapSource(mResources, mResId); in onClick()
268 a.cropImageAndSetWallpaper(mResources, mResId, finishActivityWhenDone); in onSave()