Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/
DThumbnail.java26 public static Bitmap createVideoThumbnailBitmap(FileDescriptor fd, int targetWidth) { in createVideoThumbnailBitmap()
30 public static Bitmap createVideoThumbnailBitmap(String filePath, int targetWidth) { in createVideoThumbnailBitmap()
35 int targetWidth) { in createVideoThumbnailBitmap()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
H A DPadder.java47 int targetWidth; field in Padder
50 public Padder(String paddingString, int targetWidth, PadPosition position) { in Padder()
61 public static Padder codePoints(int cp, int targetWidth, PadPosition position) { in codePoints()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DPadder.java54 int targetWidth; field in Padder
57 public Padder(String paddingString, int targetWidth, PadPosition position) { in Padder()
68 public static Padder codePoints(int cp, int targetWidth, PadPosition position) { in codePoints()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameManager.java30 private final int targetWidth; field in GifFrameManager
43 public GifFrameManager(Context context, GifDecoder decoder, int targetWidth, int targetHeight) { in GifFrameManager()
49 int targetWidth, int targetHeight) { in GifFrameManager()
H A DGifDrawable.java318 int targetWidth; field in GifDrawable.GifState
325 Transformation<Bitmap> frameTransformation, int targetWidth, int targetHeight, in GifState()
/aosp_15_r20/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()
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()
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()
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()
DLiveWallpaperThumbAsset.java93 public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible, in decodeBitmap()
156 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/
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()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
H A DResizeOp.java40 private final int targetWidth; field in ResizeOp
50 public ResizeOp(int targetHeight, int targetWidth, ResizeMethod resizeMethod) { in ResizeOp()
H A DResizeWithCropOrPadOp.java38 private final int targetWidth; field in ResizeWithCropOrPadOp
48 public ResizeWithCropOrPadOp(int targetHeight, int targetWidth) { in ResizeWithCropOrPadOp()
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestAsset.java66 public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible, in decodeBitmap()
73 public void decodeBitmapRegion(Rect unused, int targetWidth, int targetHeight, in decodeBitmapRegion()
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
H A DGainmapDecodeTest.kt89 val targetWidth = (size.width * .33).toInt() in decode() constant
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp54 …omputeRandomRenderState(de::Random &rnd, RenderState &state, glu::ApiType apiType, int targetWidth, in computeRandomRenderState()
186 void computeRandomQuad(de::Random &rnd, gls::FragmentOpUtil::IntegerQuad &quad, int targetWidth, in… in computeRandomQuad()
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/filters/
DFilterChip.kt135 val targetWidth = view.measuredWidth in <lambda>() constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeUtils.kt171 val targetWidth = targetArea.width in maximizeSizeGivenAspectRatio() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/
H A DImageLoader.kt498 val targetWidth = (imgSize.width * scale).toInt() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DBigPictureIconManager.kt293 val targetWidth = (width * scale).toInt() in Size() constant
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java30 int targetWidth = (int) (cropRect.width() / scale); in cropAndScaleBitmap() local
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/mini-timeline/
H A Dtransformer.ts23 private targetWidth: number; property in Transformer
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DCompositorGl.cpp55 const uint32_t targetWidth = targetImage->width; in compose() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/util/
H A DMediaDataUtils.java104 float targetWidth = (float) target.first; in getScaleFactor() local
/aosp_15_r20/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DPhotoDecodeRunnable.java149 int targetWidth = mPhotoTask.getTargetWidth(); in run() local

12345678910>>...17