Searched defs:setShadowLayer (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/ |
D | TextPaint.java | 136 void setShadowLayer(float radius, float dx, float dy, int shadowColor); in setShadowLayer() method
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1655 public void setShadowLayer(float radius, float dx, float dy, @ColorInt int shadowColor) { in setShadowLayer() method in Paint 1674 public void setShadowLayer(float radius, float dx, float dy, @ColorLong long shadowColor) { in setShadowLayer() method in Paint
|
/frameworks/base/libs/hwui/jni/ |
D | Paint.cpp | 1109 static void setShadowLayer(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jfloat radius, in setShadowLayer() function
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 5711 public void setShadowLayer(float radius, float dx, float dy, int color) { in setShadowLayer() method in TextView.Drawables
|