Home
last modified time | relevance | path

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

12

/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()
/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()
/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()
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()
DBitmapUtils.java51 int srcWidth, int srcHeight, int targetWidth, int targetHeight) { in calculateInSampleSize()
DContentUriAsset.java119 public void decodeBitmapRegion(final Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
/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()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/filters/
DFilterChip.kt135 val targetWidth = view.measuredWidth in <lambda>() constant
/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.java106 int targetWidth = imageWidth; 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.java208 final int targetWidth = (int) (bitmapWidth * targetScale); in loadMediaBlocking() local
/packages/services/BuiltInPrintService/src/com/android/bips/
DImageToPdfTask.java142 float targetWidth = (extent.width() / POINTS_PER_INCH * mDpi); in drawOptimized() local
/packages/apps/Settings/src/com/android/settings/widget/
DChartView.java89 final int targetWidth = (int) (mOptimalWidth + (slack * mOptimalWidthWeight)); in onMeasure() local
DChartSweepView.java187 final float targetWidth = mSweep.getIntrinsicWidth() - mSweepPadding.left in getTargetInset() local
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSchedulesHeaderRowPresenter.java231 final int targetWidth = focusedView.getWidth(); in updateSelector() local
DScheduleRowPresenter.java195 final int targetWidth; in updateSelector() local
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTest.java239 int targetWidth = boardGenerator.getRandom(1, width - 2); in generateRandomTestCase() local
DHotseatReorderUnitTest.kt164 val targetWidth: Int = boardGenerator.getRandom(1, width - 2) in generateRandomTestCase() constant
/packages/apps/Gallery2/src/com/android/photos/views/
DHeaderGridView.java198 int targetWidth = HeaderGridView.this.getMeasuredWidth() in onMeasure() local
/packages/apps/Gallery/src/com/android/camera/
DUtil.java152 int targetWidth, in transform()
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c309 float targetHeight, targetWidth; in wprint_image_set_output_properties() local

12