Home | History | Annotate | Download | only in view

Lines Matching refs:minLayer

43             int width, int height, int minLayer, int maxLayer, boolean allLayers);
45 int width, int height, int minLayer, int maxLayer, boolean allLayers);
530 * @param minLayer The lowest (bottom-most Z order) surface layer to
536 int width, int height, int minLayer, int maxLayer) {
537 screenshot(display, consumer, width, height, minLayer, maxLayer, false);
578 * @param minLayer The lowest (bottom-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);