Home
last modified time | relevance | path

Searched defs:nativeSetCachingHint (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp841 static void nativeSetCachingHint(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetCachingHint() function
2684 {"nativeSetCachingHint", "(JJI)V", in nativeSetCachingHint() method
/frameworks/base/core/java/android/view/
DSurfaceControl.java242 private static native void nativeSetCachingHint(long transactionObj, in nativeSetCachingHint() method in SurfaceControl