Home
last modified time | relevance | path

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

/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/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); in MyLayoutParser()
/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/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.java57 final private int mResId; field in AccountSelectionUtil.AccountSelectedListener
69 mResId = resId; in AccountSelectedListener()
82 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.java217 private int mResId; field in SelectPhoneAccountDialogFragment.SelectAccountListAdapter
222 mResId = resource; in SelectAccountListAdapter()
235 rowView = inflater.inflate(mResId, null); in getView()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java348 private int mResId; field in BitmapRegionTileSource.ResourceBitmapSource
351 mResId = resId; in ResourceBitmapSource()
354 InputStream is = mRes.openRawResource(mResId); in regenerateInputStream()
372 return BitmapFactory.decodeResource(mRes, mResId, options); in loadPreviewBitmap()
/packages/apps/Settings/src/com/android/settings/sim/
DSimPreferenceDialog.java187 private int mResId; field in SimPreferenceDialog.SelectColorAdapter
193 mResId = resource; in SelectColorAdapter()
209 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/Dialer/InCallUI/src/com/android/incallui/
DInCallContactInteractions.java379 int mResId; field in InCallContactInteractions.InCallContactInteractionsListAdapter
383 mResId = resource; in InCallContactInteractionsListAdapter()
388 View listItem = mInflater.inflate(mResId, null); in getView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportVCardActivity.java115 private final int mResId; field in ImportVCardActivity.DialogDisplayer
117 mResId = resId; in DialogDisplayer()
120 mResId = R.id.dialog_error_with_message; in DialogDisplayer()
126 showDialog(mResId); in run()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperPickerActivity.java280 private int mResId; field in WallpaperPickerActivity.ResourceWallpaperInfo
284 mResId = resId; in ResourceWallpaperInfo()
291 new BitmapRegionTileSource.ResourceBitmapSource(mResources, mResId); in onClick()
317 a.cropImageAndSetWallpaper(mResources, mResId, finishActivityWhenDone, in onSave()