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

  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/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);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/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);
  /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);
  /development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/
NDKHelper.java 57 private Bitmap scaleBitmap(Bitmap bitmapToScale, float newWidth, float newHeight)
133 bitmap = scaleBitmap(bitmap, width, height);
  /development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/
NDKHelper.java 57 private Bitmap scaleBitmap(Bitmap bitmapToScale, float newWidth, float newHeight)
133 bitmap = scaleBitmap(bitmap, width, height);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java 100 Bitmap icon = BitmapHelper.scaleBitmap(bitmap,
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java 100 Bitmap icon = BitmapHelper.scaleBitmap(bitmap,
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java 100 Bitmap icon = BitmapHelper.scaleBitmap(bitmap,
  /frameworks/base/core/java/android/hardware/radio/
RadioMetadata.java 310 putBitmap(key, scaleBitmap(bmp, maxBitmapSize));
400 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) {
  /frameworks/base/media/java/android/media/
MediaMetadata.java 583 putBitmap(key, scaleBitmap(bmp, maxBitmapSize));
757 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) {

Completed in 1462 milliseconds