D | SurfaceControl.java | 651 public static void screenshot(IBinder display, Surface consumer, in screenshot() method in SurfaceControl 654 screenshot(display, consumer, new Rect(), width, height, minLayer, maxLayer, in screenshot() 668 public static void screenshot(IBinder display, Surface consumer, in screenshot() method in SurfaceControl 670 screenshot(display, consumer, new Rect(), width, height, 0, 0, true, false); in screenshot() 679 public static void screenshot(IBinder display, Surface consumer) { in screenshot() method in SurfaceControl 680 screenshot(display, consumer, new Rect(), 0, 0, 0, 0, true, false); in screenshot() 713 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot() method in SurfaceControl 735 public static Bitmap screenshot(int width, int height) { in screenshot() method in SurfaceControl 743 private static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, in screenshot() method in SurfaceControl
|