FileDocCategorySizeDatePackage
ThumbnailUtils.javaAPI DocAndroid 5.1 API627Sat Mar 14 14:09:34 GMT 2015android.media

ThumbnailUtils.java

package android.media;
public class ThumbnailUtils
{
public  ThumbnailUtils() { throw new RuntimeException("Stub!"); }
public static  android.graphics.Bitmap createVideoThumbnail(java.lang.String filePath, int kind) { throw new RuntimeException("Stub!"); }
public static  android.graphics.Bitmap extractThumbnail(android.graphics.Bitmap source, int width, int height) { throw new RuntimeException("Stub!"); }
public static  android.graphics.Bitmap extractThumbnail(android.graphics.Bitmap source, int width, int height, int options) { throw new RuntimeException("Stub!"); }
public static final int OPTIONS_RECYCLE_INPUT = 2;
}