Searched refs:nativeSetFixedTransformHint (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 228 private static native void nativeSetFixedTransformHint(long transactionObj, long nativeObject, in nativeSetFixedTransformHint() method in SurfaceControl 2473 nativeSetFixedTransformHint(mNativeObject, sc.mNativeObject, transformHint); in setFixedTransformHint() 2486 nativeSetFixedTransformHint(mNativeObject, sc.mNativeObject, -1/* INVALID_ROTATION */); in unsetFixedTransformHint()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 658 static void nativeSetFixedTransformHint(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetFixedTransformHint() function 1669 {"nativeSetFixedTransformHint", "(JJI)V", (void*)nativeSetFixedTransformHint},
|