Searched refs:nativeSetGeometry (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 132 private static native void nativeSetGeometry(long transactionObj, long nativeObject, in nativeSetGeometry() method in SurfaceControl 2992 nativeSetGeometry(mNativeObject, sc.mNativeObject, sourceCrop, destFrame, orientation); in setGeometry()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 557 static void nativeSetGeometry(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetGeometry() function 1986 (void*)nativeSetGeometry },
|