Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java140 private static native void nativeSetScale(long transactionObj, long nativeObject, in nativeSetScale() method in SurfaceControl
2913 nativeSetScale(mNativeObject, sc.mNativeObject, scaleX, scaleY); in setScale()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp531 static void nativeSetScale(JNIEnv* env, jclass clazz, jlong transactionObj, jlong nativeObject, in nativeSetScale() function
2129 (void*)nativeSetScale },