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

  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java 161 imageBitmap = scaleImage(filename, maxResolution.first,
611 return scaleImage(mFilename, width, height);
627 final Bitmap thumbnail = scaleImage(mFilename, width, height);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 274 final Bitmap previewBitmap = ImageUtils.scaleImage(
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 54 // The match aspect ratio mode for scaleImage
74 public static Bitmap scaleImage(String filename, int width, int height, int match)

Completed in 64 milliseconds