Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java228 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/
Dandroid_view_SurfaceControl.cpp658 static void nativeSetFixedTransformHint(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetFixedTransformHint() function
1669 {"nativeSetFixedTransformHint", "(JJI)V", (void*)nativeSetFixedTransformHint},