Loading core/jni/android_view_SurfaceControl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ static void nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj, } ScreenshotClient::capture(displayToken, consumer->getIGraphicBufferProducer(), sourceCrop, width, height, uint32_t(minLayer), uint32_t(maxLayer), width, height, minLayer, maxLayer, useIdentityTransform); } } Loading Loading
core/jni/android_view_SurfaceControl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ static void nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj, } ScreenshotClient::capture(displayToken, consumer->getIGraphicBufferProducer(), sourceCrop, width, height, uint32_t(minLayer), uint32_t(maxLayer), width, height, minLayer, maxLayer, useIdentityTransform); } } Loading