HomeSort by relevance Sort by last modified time
    Searched refs:scaleBitmap (Results 1 - 17 of 17) sorted by null

  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
BitmapHelper.java 33 public static Bitmap scaleBitmap(Bitmap src, int maxWidth, int maxHeight) {
40 public static Bitmap scaleBitmap(int scaleFactor, InputStream is) {
76 return scaleBitmap(scaleFactor, is);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/utils/
BitmapHelper.java 35 public static Bitmap scaleBitmap(Bitmap src, int maxWidth, int maxHeight) {
42 public static Bitmap scaleBitmap(int scaleFactor, InputStream is) {
78 return scaleBitmap(scaleFactor, is);
  /packages/apps/Music/src/com/android/music/utils/
BitmapHelper.java 33 public static Bitmap scaleBitmap(Bitmap src, int maxWidth, int maxHeight) {
40 public static Bitmap scaleBitmap(int scaleFactor, InputStream is) {
76 return scaleBitmap(scaleFactor, is);
AlbumArtCache.java 97 Bitmap icon = BitmapHelper.scaleBitmap(
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapUtils.java 36 public static Bitmap scaleBitmap(Bitmap bm, int width, int height) {
BitmapWorkerTask.java 197 result = BitmapUtils.scaleBitmap(bitmap, options.getWidth(), options.getHeight());
  /packages/apps/TV/src/com/android/tv/util/images/
BitmapUtils.java 57 public static Bitmap scaleBitmap(Bitmap bm, int maxWidth, int maxHeight) {
63 Bitmap scaledBitmap = scaleBitmap(bm, maxWidth, maxHeight);
87 scaleBitmap(bm, maxWidth, maxHeight),
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java 100 Bitmap icon = BitmapHelper.scaleBitmap(bitmap,
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
AlbumArtCache.java 102 Bitmap icon = BitmapHelper.scaleBitmap(bitmap,
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
ClusterView.java 199 Bitmap albumIcon = BitmapUtils.scaleBitmap(albumCover, iconSize, iconSize);
207 backgroundImage = BitmapUtils.scaleBitmap(backgroundImage,
260 BitmapUtils.scaleBitmap(contactImage, iconSize, iconSize));
267 contactImage = BitmapUtils.scaleBitmap(contactImage,
BitmapUtils.java 53 public static Bitmap scaleBitmap(Bitmap bm, int width, int height) {
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaMetadata2Impl.java 255 mInstance.putBitmap(key, scaleBitmap(bmp, maxBitmapSize));
362 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) {
  /frameworks/base/core/java/android/hardware/radio/
RadioMetadata.java 484 putBitmap(key, scaleBitmap(bmp, maxBitmapSize));
591 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) {
  /frameworks/support/media/src/main/java/android/support/v4/media/
MediaMetadataCompat.java 698 putBitmap(key, scaleBitmap(bmp, maxBitmapSize));
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaMetadata2.java     [all...]
  /frameworks/base/media/java/android/media/
MediaMetadata.java 754 putBitmap(key, scaleBitmap(bmp, maxBitmapSize));
    [all...]
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 492 BitmapUtils.scaleBitmap(logo, mChannelLogoMaxWidth, mChannelLogoMaxHeight);

Completed in 181 milliseconds