SurfaceControl.java | 524 * @param display The display to take the screenshot of. 525 * @param consumer The {@link Surface} to take the screenshot into. 531 * include in the screenshot. 533 * include in the screenshot. 535 public static void screenshot(IBinder display, Surface consumer, method in class:SurfaceControl 537 screenshot(display, consumer, width, height, minLayer, maxLayer, false); method 543 * @param display The display to take the screenshot of. 544 * @param consumer The {@link Surface} to take the screenshot into. 550 public static void screenshot(IBinder display, Surface consumer, method in class:SurfaceControl 552 screenshot(display, consumer, width, height, 0, 0, true) method 561 public static void screenshot(IBinder display, Surface consumer) { method in class:SurfaceControl 562 screenshot(display, consumer, 0, 0, 0, 0, true); method 586 public static Bitmap screenshot(int width, int height, int minLayer, int maxLayer) { method in class:SurfaceControl 605 public static Bitmap screenshot(int width, int height) { method in class:SurfaceControl 612 private static void screenshot(IBinder display, Surface consumer, method in class:SurfaceControl [all...] |