Home | History | Annotate | Download | only in view

Lines Matching refs:maxLayer

43             int width, int height, int minLayer, int maxLayer, boolean allLayers);
45 int width, int height, int minLayer, int maxLayer, boolean allLayers);
532 * @param maxLayer The highest (top-most Z order) surface layer to
536 int width, int height, int minLayer, int maxLayer) {
537 screenshot(display, consumer, width, height, minLayer, maxLayer, false);
580 * @param maxLayer The highest (top-most Z order) surface layer to
586 public static Bitmap screenshot(int width, int height, int minLayer, int maxLayer) {
590 return nativeScreenshot(displayToken, width, height, minLayer, maxLayer, false);
613 int width, int height, int minLayer, int maxLayer, boolean allLayers) {
620 nativeScreenshot(display, consumer, width, height, minLayer, maxLayer, allLayers);