Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DStreamableAsset.java76 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()
H A DBitmapCachingAsset.java94 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap()
115 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
H A DCurrentWallpaperAssetV16.java43 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
49 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
H A DBuiltInWallpaperAsset.java69 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
82 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
H A DLiveWallpaperThumbAsset.java76 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
84 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
H A DBitmapUtils.java45 int srcWidth, int srcHeight, int targetWidth, int targetHeight) { in calculateInSampleSize()
H A DAsset.java82 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()
H A DContentUriAsset.java117 public void decodeBitmapRegion(final Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestAsset.java59 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap()
64 public void decodeBitmapRegion(Rect unused, int targetWidth, int targetHeight, in decodeBitmapRegion()
/aosp12/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/
H A DThemeBundleThumbAsset.java45 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap()
52 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DViewUtils.java59 final View target, int initialHeight, int targetHeight) { in createHeightAnimator()
H A DKeypadChannelSwitchView.java321 int targetHeight = mBaseViewHeight + itemListHeight; in updateViewHeight() local
337 private Animator createResizeAnimator(int targetHeight) { in createResizeAnimator()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java73 final int targetHeight = size.getHeight() * maxWidth / size.getWidth(); in resolveImage() local
H A DMessagingLinearLayout.java72 int targetHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactphoto/
H A DBitmapUtil.java101 public static Bitmap getRoundedBitmap(Bitmap input, int targetWidth, int targetHeight) { in getRoundedBitmap()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerHandleView.java117 private void animateToTarget(int targetWidth, int targetHeight, boolean touching) { in animateToTarget()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemUtils.java106 int targetHeight = imageHeight; in loadImageThumbnailFromStream() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DBitmapUtil.java126 public static Bitmap getRoundedBitmap(Bitmap input, int targetWidth, int targetHeight) { in getRoundedBitmap()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DDecodedImageResource.java209 final int targetHeight = (int) (bitmapHeight * targetScale); in loadMediaBlocking() local
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCropFilter.java106 float targetHeight = croppedDims[1] / (float)extDims[1]; in onProcess() local
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/
H A DImageToPdfTask.java143 float targetHeight = (extent.height() / POINTS_PER_INCH * mDpi); in drawOptimized() local
/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp411 int targetHeight = mTargetSize.height(); in decode() local
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DUtil.java153 int targetHeight, in transform()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java183 final float targetHeight = mSweep.getIntrinsicHeight() - mSweepPadding.top in getTargetInset() local
/aosp12/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java473 int targetHeight, in transform()

12