/packages/apps/Camera2/src/com/android/camera/ |
D | Thumbnail.java | 25 public static Bitmap createVideoThumbnailBitmap(FileDescriptor fd, int targetWidth) { in createVideoThumbnailBitmap() 29 public static Bitmap createVideoThumbnailBitmap(String filePath, int targetWidth) { in createVideoThumbnailBitmap() 34 int targetWidth) { in createVideoThumbnailBitmap()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | StreamableAsset.java | 76 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()
|
D | BitmapCachingAsset.java | 82 public void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) { in decodeBitmap() 103 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
D | CurrentWallpaperAssetV16.java | 42 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() 48 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
|
D | LiveWallpaperThumbAsset.java | 48 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap() 56 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
D | BuiltInWallpaperAsset.java | 69 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() 82 public void decodeBitmap(int targetWidth, int targetHeight, in decodeBitmap()
|
D | BitmapUtils.java | 45 int srcWidth, int srcHeight, int targetWidth, int targetHeight) { in calculateInSampleSize()
|
D | Asset.java | 77 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()
|
D | ContentUriAsset.java | 113 public void decodeBitmapRegion(final Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Thumbnail.java | 256 public static Bitmap createVideoThumbnail(FileDescriptor fd, int targetWidth) { in createVideoThumbnail() 260 public static Bitmap createVideoThumbnail(String filePath, int targetWidth) { in createVideoThumbnail() 264 … private static Bitmap createVideoThumbnail(String filePath, FileDescriptor fd, int targetWidth) { in createVideoThumbnail()
|
/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
D | BitmapUtil.java | 101 public static Bitmap getRoundedBitmap(Bitmap input, int targetWidth, int targetHeight) { in getRoundedBitmap()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | FilmstripItemUtils.java | 105 int targetWidth = imageWidth; in loadImageThumbnailFromStream() local
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | BitmapUtil.java | 126 public static Bitmap getRoundedBitmap(Bitmap input, int targetWidth, int targetHeight) { in getRoundedBitmap()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | DecodedImageResource.java | 208 final int targetWidth = (int) (bitmapWidth * targetScale); in loadMediaBlocking() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | ChartView.java | 89 final int targetWidth = (int) (mOptimalWidth + (slack * mOptimalWidthWeight)); in onMeasure() local
|
D | ChartSweepView.java | 187 final float targetWidth = mSweep.getIntrinsicWidth() - mSweepPadding.left in getTargetInset() local
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | ChartView.java | 89 final int targetWidth = (int) (mOptimalWidth + (slack * mOptimalWidthWeight)); in onMeasure() local
|
D | ChartSweepView.java | 187 final float targetWidth = mSweep.getIntrinsicWidth() - mSweepPadding.left in getTargetInset() local
|
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/ |
D | CustomThemeNameFragment.java | 166 int targetWidth = right - left; in onLayoutChange() local
|
D | ThemeFragment.java | 547 int targetWidth = right - left; in onLayoutChange() local 615 int targetWidth = right - left; in onLayoutChange() local
|
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | SchedulesHeaderRowPresenter.java | 231 final int targetWidth = focusedView.getWidth(); in updateSelector() local
|
D | ScheduleRowPresenter.java | 195 final int targetWidth; in updateSelector() local
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | HeaderGridView.java | 198 int targetWidth = HeaderGridView.this.getMeasuredWidth() in onMeasure() local
|
/packages/apps/Gallery/src/com/android/camera/ |
D | Util.java | 152 int targetWidth, in transform()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.c | 309 float targetHeight, targetWidth; in wprint_image_set_output_properties() local
|