D | SurfaceControl.java | 746 public static void screenshot(IBinder display, Surface consumer, in screenshot() method in SurfaceControl 749 screenshot(display, consumer, new Rect(), width, height, minLayer, maxLayer, in screenshot() 763 public static void screenshot(IBinder display, Surface consumer, in screenshot() method in SurfaceControl 765 screenshot(display, consumer, new Rect(), width, height, 0, 0, true, false); in screenshot() 774 public static void screenshot(IBinder display, Surface consumer) { in screenshot() method in SurfaceControl 775 screenshot(display, consumer, new Rect(), 0, 0, 0, 0, true, false); in screenshot() 808 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot() method in SurfaceControl 830 public static Bitmap screenshot(int width, int height) { in screenshot() method in SurfaceControl 838 private static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, in screenshot() method in SurfaceControl
|