/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/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); in MyLayoutParser()
|
/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/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 | 57 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/ |
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 | 217 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/ |
D | BitmapRegionTileSource.java | 348 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/ |
D | SimPreferenceDialog.java | 187 private int mResId; field in SimPreferenceDialog.SelectColorAdapter 193 mResId = resource; in SelectColorAdapter() 209 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/Dialer/InCallUI/src/com/android/incallui/ |
D | InCallContactInteractions.java | 379 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/ |
D | ImportVCardActivity.java | 115 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/ |
D | WallpaperPickerActivity.java | 280 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()
|