Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp622 static void nativeSetScale(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetScale() function
2553 {"nativeSetScale", "(JJFF)V", in nativeSetScale() method
/frameworks/base/core/java/android/view/
DSurfaceControl.java140 private static native void nativeSetScale(long transactionObj, long nativeObject, in nativeSetScale() method in SurfaceControl