Home
last modified time | relevance | path

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

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