Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1141 static void nativeSetShadowRadius(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetShadowRadius() function
2592 {"nativeSetShadowRadius", "(JJF)V", in nativeSetShadowRadius() method
/frameworks/base/core/java/android/view/
DSurfaceControl.java263 private static native void nativeSetShadowRadius(long transactionObj, long nativeObject, in nativeSetShadowRadius() method in SurfaceControl