Home
last modified time | relevance | path

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

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