HomeSort by relevance Sort by last modified time
    Searched refs:nativeScreenshot (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
SurfaceControl.java 42 private static native Bitmap nativeScreenshot(IBinder displayToken,
44 private static native void nativeScreenshot(IBinder displayToken, Surface consumer,
590 return nativeScreenshot(displayToken, width, height, minLayer, maxLayer, false);
609 return nativeScreenshot(displayToken, width, height, 0, 0, true);
620 nativeScreenshot(display, consumer, width, height, minLayer, maxLayer, allLayers);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 182 static void nativeScreenshot(JNIEnv* env, jclass clazz,
399 {"nativeScreenshot", "(Landroid/os/IBinder;IIIIZ)Landroid/graphics/Bitmap;",
401 {"nativeScreenshot", "(Landroid/os/IBinder;Landroid/view/Surface;IIIIZ)V",
402 (void*)nativeScreenshot },

Completed in 27 milliseconds