Home
last modified time | relevance | path

Searched defs:targetHeight (Results 1 – 24 of 24) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DStreamableAsset.java76 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
89 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
143 public AsyncTask runDecodeBitmapRegionTask(Rect rect, int targetWidth, int targetHeight, in runDecodeBitmapRegionTask()
246 public DecodeBitmapAsyncTask(int targetWidth, int targetHeight, BitmapReceiver receiver) { in DecodeBitmapAsyncTask()
312 public DecodeBitmapRegionAsyncTask(Rect rect, int targetWidth, int targetHeight, in DecodeBitmapRegionAsyncTask()
DBitmapCachingAsset.java82 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap()
103 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
DCurrentWallpaperAssetV16.java42 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
48 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
DLiveWallpaperThumbAsset.java48 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
56 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
DBuiltInWallpaperAsset.java69 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
82 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
DBitmapUtils.java45 int srcWidth, int srcHeight, int targetWidth, int targetHeight) { in calculateInSampleSize()
DAsset.java77 public abstract void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver); in decodeBitmap()
88 public abstract void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
DContentUriAsset.java113 public void decodeBitmapRegion(final Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
/packages/apps/TV/src/com/android/tv/ui/
DViewUtils.java54 final View target, int initialHeight, int targetHeight) { in createHeightAnimator()
DKeypadChannelSwitchView.java321 int targetHeight = mBaseViewHeight + itemListHeight; in updateViewHeight() local
337 private Animator createResizeAnimator(int targetHeight) { in createResizeAnimator()
/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 targetHeight = imageHeight; 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.java209 final int targetHeight = (int) (bitmapHeight * targetScale); in loadMediaBlocking() local
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeNameFragment.java167 int targetHeight = bottom - top; in onLayoutChange() local
DThemeFragment.java548 int targetHeight = bottom - top; in onLayoutChange() local
616 int targetHeight = bottom - top; in onLayoutChange() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/anim/
DBenefitsAnimation.java158 int targetHeight = layoutParams.height - (contentHeight - viewportHeight); in adjustToScreenSize() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DChartSweepView.java183 final float targetHeight = mSweep.getIntrinsicHeight() - mSweepPadding.top in getTargetInset() local
/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java183 final float targetHeight = mSweep.getIntrinsicHeight() - mSweepPadding.top in getTargetInset() local
/packages/apps/Gallery/src/com/android/camera/
DUtil.java153 int targetHeight, in transform()
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c309 float targetHeight, targetWidth; in wprint_image_set_output_properties() local
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java543 int targetHeight = Math.min(defaultDisplaySize.getWidth(), defaultDisplaySize.getHeight()); in getOptimalPreviewSizeIndex() local
594 int targetHeight) { in getOptimalVideoSnapshotPictureSize()
/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java394 final int targetHeight = Math.min(scaledHeight, iconMaxHeight); in decodeStreamForShortcut() local
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java390 int targetHeight = Math.min(display.getHeight(), display.getWidth()); in getOptimalPreviewSize() local