/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | ResourceAsset.java | 36 protected final int mResId; field in ResourceAsset 48 mResId = resId; in ResourceAsset() 91 mKey = new PackageResourceKey(mRes, mResId); in getKey() 107 return mResId; in getResId() 112 return mRes.openRawResource(mResId); in openInputStream() 120 protected int mResId; field in ResourceAsset.PackageResourceKey 124 mResId = resId; in PackageResourceKey() 157 + ",resId=" + mResId in getCacheKey()
|
D | SystemStaticAsset.java | 40 mKey = new PackageResourceKey(mRes, mResId, mResName); in getKey() 60 + ",resId=" + mResId in getCacheKey()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | FloatingMenuLayerDrawable.java | 94 private final int mResId; field in FloatingMenuLayerDrawable.FloatingMenuLayerDrawableState 99 mResId = resId; in FloatingMenuLayerDrawableState() 106 return createLayerDrawable(mContext, mResId, mOpacity); in newDrawable() 123 return mResId == that.mResId in equals() 130 return Objects.hash(mContext, mResId, mOpacity); in hashCode()
|
/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/ |
D | ThemeBundleThumbAsset.java | 35 private final int mResId; field in ThemeBundleThumbAsset 40 mResId = resId; in ThemeBundleThumbAsset() 47 LoadThumbnailTask task = new LoadThumbnailTask(mRes, mResId, mLayerResolver, receiver); in decodeBitmap() 74 private final int mResId; field in ThemeBundleThumbAsset.LoadThumbnailTask 82 mResId = resId; in LoadThumbnailTask() 87 Drawable thumb = mResources.getDrawable(mResId, null); in doInBackground()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
D | ResourceWallpaperInfo.java | 16 private final int mResId; field in ResourceWallpaperInfo 21 mResId = resId; in ResourceWallpaperInfo() 28 new BitmapRegionTileSource.InputStreamSource(mResources, mResId, a); in onClick() 53 a.cropImageAndSetWallpaper(mResources, mResId, true /* shouldFadeOutOnFinish */); in onSave()
|
/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/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
D | NotificationHelperValidImportanceTest.java | 74 private final int mResId; field in NotificationHelperValidImportanceTest 79 mResId = resId; in NotificationHelperValidImportanceTest() 88 when(mSpiedContext.getString(mResId)).thenReturn(IMPORTANCE_NAME); in setContext()
|
/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/Contacts/src/com/android/contacts/util/ |
D | AccountSelectionUtil.java | 58 final private int mResId; field in AccountSelectionUtil.AccountSelectedListener 70 mResId = resId; in AccountSelectedListener() 83 doImport(mActivity, mResId, mAccountList.get(which), mSubscriptionId); in onClick()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | SelectPhoneAccountDialogFragment.java | 216 private int mResId; field in SelectPhoneAccountDialogFragment.SelectAccountListAdapter 221 mResId = resource; in SelectAccountListAdapter() 234 rowView = inflater.inflate(mResId, null); in getView()
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | SelectPhoneAccountDialogFragment.java | 228 private int mResId; field in SelectPhoneAccountDialogFragment.SelectAccountListAdapter 235 mResId = resource; in SelectAccountListAdapter() 258 rowView = inflater.inflate(mResId, null); in getView()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportVCardActivity.java | 116 private final int mResId; field in ImportVCardActivity.DialogDisplayer 118 mResId = resId; in DialogDisplayer() 121 mResId = R.id.dialog_error_with_message; in DialogDisplayer() 127 showDialog(mResId); in run()
|