Home
last modified time | relevance | path

Searched defs:targetHeight (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestAsset.java86 public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible, in decodeBitmap()
93 public void decodeBitmapRegion(Rect unused, int targetWidth, int targetHeight, in decodeBitmapRegion()
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DThemePickerClockViewFactory.kt234 val targetHeight = in <lambda>() constant
249 val targetHeight = in <lambda>() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DStreamableAsset.java80 public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible, in decodeBitmap()
167 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
216 public void runDecodeBitmapRegionTask(Rect rect, int targetWidth, int targetHeight, in runDecodeBitmapRegionTask()
DBuiltInWallpaperAsset.java74 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
103 public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible, in decodeBitmap()
DAsset.java90 public final void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap()
105 public abstract void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
145 public abstract void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
DBitmapCachingAsset.java98 public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible, in decodeBitmap()
132 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
DBitmapUtils.java51 int srcWidth, int srcHeight, int targetWidth, int targetHeight) { in calculateInSampleSize()
DLiveWallpaperThumbAsset.java98 public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible, in decodeBitmap()
161 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
DContentUriAsset.java119 public void decodeBitmapRegion(final Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java31 int targetHeight = (int) (cropRect.height() / scale); in cropAndScaleBitmap() local
/packages/apps/TV/src/com/android/tv/ui/
DViewUtils.java59 final View target, int initialHeight, int targetHeight) { in createHeightAnimator()
DKeypadChannelSwitchView.java336 int targetHeight = mBaseViewHeight + itemListHeight; in updateViewHeight() local
352 private Animator createResizeAnimator(int targetHeight) { in createResizeAnimator()
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DBitmapUtil.java101 public static Bitmap getRoundedBitmap(Bitmap input, int targetWidth, int targetHeight) { in getRoundedBitmap()
/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemUtils.java107 int targetHeight = imageHeight; in loadImageThumbnailFromStream() local
/packages/apps/Contacts/src/com/android/contacts/util/
DBitmapUtil.java126 public static Bitmap getRoundedBitmap(Bitmap input, int targetWidth, int targetHeight) { in getRoundedBitmap()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DDecodedImageResource.java209 final int targetHeight = (int) (bitmapHeight * targetScale); in loadMediaBlocking() local
/packages/services/BuiltInPrintService/src/com/android/bips/
DImageToPdfTask.java143 float targetHeight = (extent.height() / POINTS_PER_INCH * mDpi); in drawOptimized() local
/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/binder/
DShapeGridFloatingSheetBinder.kt191 val targetHeight = in <lambda>() constant
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTest.java244 int targetHeight = boardGenerator.getRandom(1, height - 2); in generateRandomTestCase() local
DHotseatReorderUnitTest.kt163 val targetHeight: Int = boardGenerator.getRandom(1, height - 2) in generateRandomTestCase() constant
/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java183 final float targetHeight = mSweep.getIntrinsicHeight() - mSweepPadding.top in getTargetInset() local
/packages/apps/Gallery/src/com/android/camera/
DUtil.java153 int targetHeight, in transform()
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java548 int targetHeight = Math.min(defaultDisplaySize.getWidth(), defaultDisplaySize.getHeight()); in getOptimalPreviewSizeIndex() local
599 int targetHeight) { in getOptimalVideoSnapshotPictureSize()
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c315 float targetHeight, targetWidth; in wprint_image_set_output_properties() local
/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java394 final int targetHeight = Math.min(scaledHeight, iconMaxHeight); in decodeStreamForShortcut() local

12