Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java246 private static native int nativeGetTransformHint(long nativeObject); in nativeGetTransformHint() method in SurfaceControl
3735 return nativeGetTransformHint(mNativeObject); in getTransformHint()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1821 static jint nativeGetTransformHint(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl) { in nativeGetTransformHint() function
2026 (void*)nativeGetTransformHint },