/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 162 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, 170 minLayer = INT32_MIN; 175 sourceCrop, width, height, minLayer, maxLayer, useIdentityTransform, 192 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, 204 minLayer = INT32_MIN; 210 minLayer, maxLayer, useIdentityTransform, static_cast<uint32_t>(rotation), &buffer); 256 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) { 273 minLayer = INT32_MIN; 278 ScreenshotClient::capture(displayToken, sourceCrop, width, height, minLayer, maxLayer, 160 nativeScreenshotToBuffer(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, int rotation) argument 190 nativeScreenshotBitmap(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, int rotation) argument 254 nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject surfaceObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) argument
|
/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 73 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, 76 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, 79 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, 1160 * @param minLayer The lowest (bottom-most Z order) surface layer to 1169 int width, int height, int minLayer, int maxLayer, 1171 screenshot(display, consumer, new Rect(), width, height, minLayer, maxLayer, 1216 * @param minLayer The lowest (bottom-most Z order) surface layer to 1233 int minLayer, int maxLayer, boolean useIdentityTransform, 1239 minLayer, maxLayer, false, useIdentityTransform, rotation); 1247 int minLayer, in 72 nativeScreenshot(IBinder displayToken, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform, int rotation) argument 75 nativeScreenshotToBuffer(IBinder displayToken, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform, int rotation) argument 78 nativeScreenshot(IBinder displayToken, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument 1168 screenshot(IBinder display, Surface consumer, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform) argument 1232 screenshot(Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform, int rotation) argument 1246 screenshotToBuffer(Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform, int rotation) argument 1288 screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayContent.java | 3189 int minLayer; field in class:DisplayContent.ScreenshotApplicationState 3195 minLayer = 0; 3197 minLayer = (screenshotReady) ? 0 : Integer.MAX_VALUE;
|