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

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp75 int minLayer, int maxLayer, bool allLayers) {
79 : mScreenshot.update(display, width, height, minLayer, maxLayer))
164 jint width, jint height, jint minLayer, jint maxLayer, bool allLayers) {
172 minLayer, maxLayer, allLayers) != NO_ERROR) {
204 jint width, jint height, jint minLayer, jint maxLayer, bool allLayers) {
210 minLayer = 0;
215 width, height, uint32_t(minLayer), uint32_t(maxLayer));
74 update(const sp<IBinder>& display, int width, int height, int minLayer, int maxLayer, bool allLayers) argument
163 nativeScreenshotBitmap(JNIEnv* env, jclass clazz, jobject displayTokenObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers) argument
202 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 28 milliseconds