Home
last modified time | relevance | path

Searched defs:bitmapWidth (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
H A DImageRequestTest.java71 final int bitmapWidth = imageResource.getBitmap().getWidth(); in testLoadImageUnspecifiedSize() local
73 assertEquals(options.getValue().outWidth, bitmapWidth); in testLoadImageUnspecifiedSize() local
101 final int bitmapWidth = imageResource.getBitmap().getWidth(); in testLoadImageWithDownsampling() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterCropRepresentation.java96 public static void findScaledCrop(RectF crop, int bitmapWidth, int bitmapHeight) { in findScaledCrop()
107 public static void findNormalizedCrop(RectF crop, int bitmapWidth, int bitmapHeight) { in findNormalizedCrop()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DIPdfRenderer.aidl29 oneway void renderPage(int pageIndex, int bitmapWidth, int bitmapHeight, in renderPage()
H A DPdfManipulationService.java105 public void renderPage(int pageIndex, int bitmapWidth, int bitmapHeight, in renderPage()
/aosp12/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java128 int bitmapWidth = (int) (width * scale); in createDrawableBitmap() local
174 int bitmapWidth = Math.round(bounds.width()); in createViewBitmap() local
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java112 final int bitmapWidth = bitmap.getWidth(); in draw() local
245 int bitmapWidth = bitmap.getWidth(); in scaleCanvasToBounds() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java429 private static Matrix getFullGeometryMatrix(GeometryHolder holder, int bitmapWidth, in getFullGeometryMatrix()
440 public static Matrix getFullGeometryToScreenMatrix(GeometryHolder holder, int bitmapWidth, in getFullGeometryToScreenMatrix()
457 public static RectF getTrueCropRect(GeometryHolder holder, int bitmapWidth, int bitmapHeight) { in getTrueCropRect()
469 int bitmapWidth, int bitmapHeight, int viewWidth, int viewHeight) { in getCropSelectionToScreenMatrix()
484 Collection<FilterRepresentation> res, int bitmapWidth, int bitmapHeight, int viewWidth, in getCropSelectionToScreenMatrix()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetImageView.java85 float bitmapWidth = mDrawable.getIntrinsicWidth(); in updateDstRectF() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleIconFactory.java111 final int bitmapWidth = c.getWidth() - 2 * (int) ringStrokeWidth; in getBadgeBitmap() local
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRedEyeFilter.java154 int bitmapWidth = mWidth / 2; in createRedEyeFrame() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DDecodedImageResource.java194 final int bitmapWidth = bitmap.getWidth(); in loadMediaBlocking() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DAsset.java398 int bitmapWidth = mBitmap.getWidth(); in doInBackground() local
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java361 final int bitmapWidth; field in PageContentRepository.RenderSpec
365 public RenderSpec(int bitmapWidth, int bitmapHeight, in RenderSpec()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DMultiToggleImageButton.java404 int bitmapWidth = (width*2) + ((mParentSize - width)/2); in combine() local
/aosp12/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java409 final int bitmapWidth = getIntrinsicWidth(); in draw() local
/aosp12/packages/apps/TV/src/com/android/tv/util/images/
H A DImageLoader.java448 int bitmapWidth; in getAspectRatioFromPosterArtUri() local
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java963 int bitmapWidth = bitmap.getWidth(); in scaleDownIfNecessary() local