Java tutorial
//package com.java2s; public class Main { 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!"); } }