Searched defs:minLayer (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp120 jint width, jint height, jint minLayer, jint maxLayer, bool allLayers) {
130 : screenshot->update(displayToken, width, height, minLayer, maxLayer))
184 jint width, jint height, jint minLayer, jint maxLayer, bool allLayers) {
190 minLayer = 0;
195 width, height, uint32_t(minLayer), uint32_t(maxLayer));
119 nativeScreenshotBitmap(JNIEnv* env, jclass clazz, jobject displayTokenObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers) argument
182 nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject surfaceObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers) argument
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java43 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) { argument
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, maxLaye
42 nativeScreenshot(IBinder displayToken, int width, int height, int minLayer, int maxLayer, boolean allLayers) argument
44 nativeScreenshot(IBinder displayToken, Surface consumer, int width, int height, int minLayer, int maxLayer, boolean allLayers) argument
535 screenshot(IBinder display, Surface consumer, int width, int height, int minLayer, int maxLayer) argument
612 screenshot(IBinder display, Surface consumer, int width, int height, int minLayer, int maxLayer, boolean allLayers) argument
[all...]

Completed in 697 milliseconds