Searched refs:nativeSetFixedTransformHint (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 284 private static native void nativeSetFixedTransformHint(long transactionObj, long nativeObject, in nativeSetFixedTransformHint() method in SurfaceControl 3376 nativeSetFixedTransformHint(mNativeObject, sc.mNativeObject, transformHint); in setFixedTransformHint() 3393 nativeSetFixedTransformHint(mNativeObject, sc.mNativeObject, -1/* INVALID_ROTATION */); in unsetFixedTransformHint()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 1214 static void nativeSetFixedTransformHint(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetFixedTransformHint() function 2708 (void*)nativeSetFixedTransformHint}, in nativeSetFixedTransformHint()
|