/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CommonAppTypeParser.java | 48 @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/ |
D | ResourceTexture.java | 30 protected final int mResId; field in ResourceTexture 35 mResId = resId; in ResourceTexture() 44 mContext.getResources(), mResId, options); in onGetBitmap()
|
D | NinePatchTexture.java | 53 mContext.getResources(), mResId, options); in onGetBitmap() 61 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/Launcher3/WallpaperPicker/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 343 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/ |
D | MaterialSearchSuggestionsList.java | 172 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/ |
D | AccountSelectionUtil.java | 56 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/ |
D | AlbumLabelMaker.java | 92 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/ |
D | SelectPhoneAccountDialogFragment.java | 215 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/ |
D | ImportVCardActivity.java | 107 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/ |
D | SimPreferenceDialog.java | 189 private int mResId; field in SimPreferenceDialog.SelectColorAdapter 195 mResId = resource; in SelectColorAdapter() 211 rowView = inflater.inflate(mResId, null); in getView()
|
D | SimDialogActivity.java | 277 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/ |
D | WallpaperPickerActivity.java | 232 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()
|