Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
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
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
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()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
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()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLivePreviewWidgetCell.java79 final int bitmapWidth, bitmapHeight; in generateFromRemoteViews() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DDecodedImageResource.java195 final int bitmapHeight = bitmap.getHeight(); in loadMediaBlocking() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DAsset.java311 int bitmapHeight = mBitmap.getHeight(); in doInBackground() local
/packages/apps/Camera2/src/com/android/camera/
DMultiToggleImageButton.java395 int bitmapHeight = (height*2) + ((mParentSize - height)/2); in combine() local
/packages/apps/TV/src/com/android/tv/util/images/
DImageLoader.java449 int bitmapHeight; in getAspectRatioFromPosterArtUri() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java554 float bitmapHeight = Math.max(0, in updateThumbnailMatrix() local