Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java285 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 Dandroid_view_SurfaceControl.cpp988 static void nativeSetDestinationFrame(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetDestinationFrame() function
2305 (void*)nativeSetDestinationFrame },