Home
last modified time | relevance | path

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

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