Home
last modified time | relevance | path

Searched refs:scaleBitmap (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DBitmapHelper.java36 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/
DNDKHelper.java57 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/
DNDKHelper.java57 private Bitmap scaleBitmap(Bitmap bitmapToScale, float newWidth, float newHeight) in scaleBitmap() method in NDKHelper
133 bitmap = scaleBitmap(bitmap, width, height); in openBitmap()