Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
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
/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.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()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLivePreviewWidgetCell.java79 final int bitmapWidth, bitmapHeight; in generateFromRemoteViews() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetImageView.java94 float bitmapWidth = mBitmap.getWidth(); in updateDstRectF() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DDecodedImageResource.java194 final int bitmapWidth = bitmap.getWidth(); in loadMediaBlocking() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DAsset.java310 int bitmapWidth = mBitmap.getWidth(); in doInBackground() local
/packages/apps/Camera2/src/com/android/camera/
DMultiToggleImageButton.java404 int bitmapWidth = (width*2) + ((mParentSize - width)/2); in combine() local
/packages/apps/TV/src/com/android/tv/util/images/
DImageLoader.java448 int bitmapWidth; in getAspectRatioFromPosterArtUri() local