/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestAsset.java | 59 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap() 64 public void decodeBitmapRegion(Rect unused, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | StreamableAsset.java | 76 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap() 89 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() 144 public AsyncTask runDecodeBitmapRegionTask(Rect rect, int targetWidth, int targetHeight, in runDecodeBitmapRegionTask() 247 public DecodeBitmapAsyncTask(int targetWidth, int targetHeight, BitmapReceiver receiver) { in DecodeBitmapAsyncTask() 309 public DecodeBitmapRegionAsyncTask(Rect rect, int targetWidth, int targetHeight, in DecodeBitmapRegionAsyncTask()
|
D | BitmapCachingAsset.java | 94 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap() 115 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
D | CurrentWallpaperAssetV16.java | 43 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() 49 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
|
D | BuiltInWallpaperAsset.java | 69 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() 82 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
|
D | LiveWallpaperThumbAsset.java | 76 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap() 84 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
D | BitmapUtils.java | 45 int srcWidth, int srcHeight, int targetWidth, int targetHeight) { in calculateInSampleSize()
|
D | Asset.java | 82 public abstract void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver); in decodeBitmap() 94 public abstract void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
D | ContentUriAsset.java | 113 public void decodeBitmapRegion(final Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/ |
D | ThemeBundleThumbAsset.java | 45 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap() 52 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ViewUtils.java | 59 final View target, int initialHeight, int targetHeight) { in createHeightAnimator()
|
D | KeypadChannelSwitchView.java | 321 int targetHeight = mBaseViewHeight + itemListHeight; in updateViewHeight() local 337 private Animator createResizeAnimator(int targetHeight) { in createResizeAnimator()
|
/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
D | BitmapUtil.java | 101 public static Bitmap getRoundedBitmap(Bitmap input, int targetWidth, int targetHeight) { in getRoundedBitmap()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | FilmstripItemUtils.java | 106 int targetHeight = imageHeight; in loadImageThumbnailFromStream() local
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | BitmapUtil.java | 126 public static Bitmap getRoundedBitmap(Bitmap input, int targetWidth, int targetHeight) { in getRoundedBitmap()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | DecodedImageResource.java | 209 final int targetHeight = (int) (bitmapHeight * targetScale); in loadMediaBlocking() local
|
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | ImageToPdfTask.java | 143 float targetHeight = (extent.height() / POINTS_PER_INCH * mDpi); in drawOptimized() local
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | ChartSweepView.java | 183 final float targetHeight = mSweep.getIntrinsicHeight() - mSweepPadding.top in getTargetInset() local
|
/packages/apps/Gallery/src/com/android/camera/ |
D | Util.java | 153 int targetHeight, in transform()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.c | 309 float targetHeight, targetWidth; in wprint_image_set_output_properties() local
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 548 int targetHeight = Math.min(defaultDisplaySize.getWidth(), defaultDisplaySize.getHeight()); in getOptimalPreviewSizeIndex() local 599 int targetHeight) { in getOptimalVideoSnapshotPictureSize()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | DynamicShortcuts.java | 394 final int targetHeight = Math.min(scaledHeight, iconMaxHeight); in decodeStreamForShortcut() local
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Util.java | 390 int targetHeight = Math.min(display.getHeight(), display.getWidth()); in getOptimalPreviewSize() local
|