Searched refs:cropBitmap (Results 1 – 2 of 2) sorted by relevance
71 public boolean cropBitmap(int whichWallpaper) { in cropBitmap() method in CropAndSetWallpaperTask104 return cropBitmap(whichWallpaper[0]); in doInBackground()
94 public static Bitmap cropBitmap(Bitmap bm, int width, int height) { in cropBitmap() method in BitmapUtils