Home
last modified time | relevance | path

Searched refs:scaleImage (Results 1 – 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/
DProjectPickerAdapter.java274 final Bitmap previewBitmap = ImageUtils.scaleImage( in doInBackground()
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
DImageUtils.java74 public static Bitmap scaleImage(String filename, int width, int height, int match) in scaleImage() method in ImageUtils