Searched refs:nativeScreenshot (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurfaceControl.java41 private static native Bitmap nativeScreenshot(IBinder displayToken, method in class:SurfaceControl
44 private static native void nativeScreenshot(IBinder displayToken, Surface consumer, method in class:SurfaceControl
785 return nativeScreenshot(displayToken, sourceCrop, width, height,
805 return nativeScreenshot(displayToken, new Rect(), width, height, 0, 0, true,
818 nativeScreenshot(display, consumer, sourceCrop, width, height,
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp197 static void nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj, function in namespace:android
656 {"nativeScreenshot", "(Landroid/os/IBinder;Landroid/graphics/Rect;IIIIZZI)Landroid/graphics/Bitmap;",
658 {"nativeScreenshot", "(Landroid/os/IBinder;Landroid/view/Surface;Landroid/graphics/Rect;IIIIZZ)V",
659 (void*)nativeScreenshot },

Completed in 253 milliseconds