Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java283 private static native int nativeGetTransformHint(long nativeObject); in nativeGetTransformHint() method in SurfaceControl
4754 return nativeGetTransformHint(mNativeObject); in getTransformHint()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp2137 static jint nativeGetTransformHint(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl) { in nativeGetTransformHint() function
2450 (void*)nativeGetTransformHint },