Home
last modified time | relevance | path

Searched defs:bitmapHeight (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
H A DImageRequestTest.java72 final int bitmapHeight = imageResource.getBitmap().getHeight(); in testLoadImageUnspecifiedSize() local
74 assertEquals(options.getValue().outHeight, bitmapHeight); in testLoadImageUnspecifiedSize() local
102 final int bitmapHeight = imageResource.getBitmap().getHeight(); 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.java129 int bitmapHeight = (int) (height * scale); in createDrawableBitmap() local
175 int bitmapHeight = Math.round(bounds.height()); in createViewBitmap() local
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java113 final int bitmapHeight = bitmap.getHeight(); in draw() local
246 int bitmapHeight = bitmap.getHeight(); in scaleCanvasToBounds() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java430 int bitmapHeight) { in getFullGeometryMatrix()
441 int bitmapHeight, int viewWidth, int viewHeight) { 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/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleIconFactory.java112 final int bitmapHeight = c.getHeight() - 2 * (int) ringStrokeWidth; in getBadgeBitmap() local
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRedEyeFilter.java155 int bitmapHeight = mHeight / 2; in createRedEyeFrame() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DDecodedImageResource.java195 final int bitmapHeight = bitmap.getHeight(); in loadMediaBlocking() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DAsset.java399 int bitmapHeight = mBitmap.getHeight(); in doInBackground() local
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java362 final int bitmapHeight; field in PageContentRepository.RenderSpec
365 public RenderSpec(int bitmapWidth, int bitmapHeight, in RenderSpec()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DMultiToggleImageButton.java395 int bitmapHeight = (height*2) + ((mParentSize - height)/2); in combine() local
/aosp12/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java410 final int bitmapHeight = getIntrinsicHeight(); in draw() local
/aosp12/packages/apps/TV/src/com/android/tv/util/images/
H A DImageLoader.java449 int bitmapHeight; in getAspectRatioFromPosterArtUri() local
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java964 int bitmapHeight = bitmap.getHeight(); in scaleDownIfNecessary() local