Home
last modified time | relevance | path

Searched defs:targetWidth (Results 1 – 25 of 46) sorted by relevance

12

/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DThumbnail.java25 public static Bitmap createVideoThumbnailBitmap(FileDescriptor fd, int targetWidth) { in createVideoThumbnailBitmap()
29 public static Bitmap createVideoThumbnailBitmap(String filePath, int targetWidth) { in createVideoThumbnailBitmap()
34 int targetWidth) { in createVideoThumbnailBitmap()
/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/LegacyCamera/src/com/android/camera/
H A DThumbnail.java256 public static Bitmap createVideoThumbnail(FileDescriptor fd, int targetWidth) { in createVideoThumbnail()
260 public static Bitmap createVideoThumbnail(String filePath, int targetWidth) { in createVideoThumbnail()
264 … private static Bitmap createVideoThumbnail(String filePath, FileDescriptor fd, int targetWidth) { in createVideoThumbnail()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java78 final int targetWidth = size.getWidth() * maxHeight / size.getHeight(); in resolveImage() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsEnrollDrawable.java307 final float targetWidth = shouldShow ? mHintMaxWidthPx : 0f; in updateTipHintVisibility() local
335 final float targetWidth = shouldShow ? mHintMaxWidthPx : 0f; in updateEdgeHintVisibility() 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.java105 int targetWidth = imageWidth; 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.java208 final int targetWidth = (int) (bitmapWidth * targetScale); in loadMediaBlocking() local
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCropFilter.java105 float targetWidth = croppedDims[0] / (float)extDims[0]; in onProcess() local
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/
H A DImageToPdfTask.java142 float targetWidth = (extent.width() / POINTS_PER_INCH * mDpi); in drawOptimized() local
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DChartView.java89 final int targetWidth = (int) (mOptimalWidth + (slack * mOptimalWidthWeight)); in onMeasure() local
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationAdapter.java138 final int targetWidth = mTarget.localBounds.width(); in onAnimationUpdateInner() local
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DSchedulesHeaderRowPresenter.java231 final int targetWidth = focusedView.getWidth(); in updateSelector() local
/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp410 int targetWidth = mTargetSize.width(); in decode() local

12