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

/frameworks/base/core/java/android/view/
H A DSurfaceControl.java41 Rect sourceCrop, int width, int height, int minLayer, int maxLayer,
44 Rect sourceCrop, int width, int height, int minLayer, int maxLayer,
632 * @param maxLayer The highest (top-most Z order) surface layer to
639 int width, int height, int minLayer, int maxLayer,
641 screenshot(display, consumer, new Rect(), width, height, minLayer, maxLayer,
686 * @param maxLayer The highest (top-most Z order) surface layer to
701 int minLayer, int maxLayer, boolean useIdentityTransform,
707 minLayer, maxLayer, false, useIdentityTransform, rotation);
731 int width, int height, int minLayer, int maxLayer, boolean allLayers,
740 minLayer, maxLayer, allLayer
40 nativeScreenshot(IBinder displayToken, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform, int rotation) argument
43 nativeScreenshot(IBinder displayToken, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument
638 screenshot(IBinder display, Surface consumer, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform) argument
700 screenshot(Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform, int rotation) argument
730 screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp120 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform,
137 maxLayer = -1UL;
141 minLayer, maxLayer, useIdentityTransform, static_cast<uint32_t>(rotation));
193 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) {
206 maxLayer = -1;
210 width, height, uint32_t(minLayer), uint32_t(maxLayer),
118 nativeScreenshotBitmap(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, int rotation) argument
191 nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject surfaceObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) argument

Completed in 90 milliseconds