Searched refs:nativeSetDestinationFrame (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 285 private static native void nativeSetDestinationFrame(long transactionObj, long nativeObject, in nativeSetDestinationFrame() method in SurfaceControl 4007 nativeSetDestinationFrame(mNativeObject, sc.mNativeObject, in setDesintationFrame() 4018 nativeSetDestinationFrame(mNativeObject, sc.mNativeObject, 0, 0, width, height); in setDesintationFrame()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 988 static void nativeSetDestinationFrame(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetDestinationFrame() function 2305 (void*)nativeSetDestinationFrame },
|