Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java132 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 Dandroid_view_SurfaceControl.cpp557 static void nativeSetGeometry(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetGeometry() function
1986 (void*)nativeSetGeometry },