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