Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java121 private static native void nativeSetGeometry(long transactionObj, long nativeObject, in nativeSetGeometry() method in SurfaceControl
2276 nativeSetGeometry(mNativeObject, sc.mNativeObject, sourceCrop, destFrame, orientation); in setGeometry()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp376 static void nativeSetGeometry(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetGeometry() function
1383 (void*)nativeSetGeometry },