Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java253 private static native void nativeSetShadowRadius(long transactionObj, long nativeObject, in nativeSetShadowRadius() method in SurfaceControl
3525 nativeSetShadowRadius(mNativeObject, sc.mNativeObject, shadowRadius); in setShadowRadius()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp926 static void nativeSetShadowRadius(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetShadowRadius() function
2162 (void*)nativeSetShadowRadius },