Searched refs:scaleBitmap (Results 1 – 3 of 3) sorted by relevance
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
D | BitmapHelper.java | 36 public static final Bitmap scaleBitmap(int scaleFactor, InputStream is) { in scaleBitmap() method in BitmapHelper 73 Bitmap bitmap = scaleBitmap(scaleFactor, inputStream); in fetchAndRescaleBitmap()
|
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/ |
D | NDKHelper.java | 57 private Bitmap scaleBitmap(Bitmap bitmapToScale, float newWidth, float newHeight) in scaleBitmap() method in NDKHelper 133 bitmap = scaleBitmap(bitmap, width, height); in openBitmap()
|
/development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/ |
D | NDKHelper.java | 57 private Bitmap scaleBitmap(Bitmap bitmapToScale, float newWidth, float newHeight) in scaleBitmap() method in NDKHelper 133 bitmap = scaleBitmap(bitmap, width, height); in openBitmap()
|