Searched refs:generateRandomBitmap (Results 1 – 3 of 3) sorted by relevance
124 wallpaperManager.setBitmap(BitmapUtils.generateRandomBitmap(97, 73)); in testDisallowSetWallpaper_allowed()131 final Bitmap wallpaperForStream = BitmapUtils.generateRandomBitmap(83, 69); in testDisallowSetWallpaper_allowed()
65 private static final Bitmap sReferenceWallpaper = BitmapUtils.generateRandomBitmap(97, 73);
125 public static Bitmap generateRandomBitmap(int width, int height) { in generateRandomBitmap() method in BitmapUtils