Home
last modified time | relevance | path

Searched refs:sourceCropObj (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp120 jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, in nativeScreenshotBitmap() argument
128 int left = env->GetIntField(sourceCropObj, gRectClassInfo.left); in nativeScreenshotBitmap()
129 int top = env->GetIntField(sourceCropObj, gRectClassInfo.top); in nativeScreenshotBitmap()
130 int right = env->GetIntField(sourceCropObj, gRectClassInfo.right); in nativeScreenshotBitmap()
131 int bottom = env->GetIntField(sourceCropObj, gRectClassInfo.bottom); in nativeScreenshotBitmap()
190 jobject surfaceObj, jobject sourceCropObj, jint width, jint height, in nativeScreenshot() argument
196 int left = env->GetIntField(sourceCropObj, gRectClassInfo.left); in nativeScreenshot()
197 int top = env->GetIntField(sourceCropObj, gRectClassInfo.top); in nativeScreenshot()
198 int right = env->GetIntField(sourceCropObj, gRectClassInfo.right); in nativeScreenshot()
199 int bottom = env->GetIntField(sourceCropObj, gRectClassInfo.bottom); in nativeScreenshot()