Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java1005 native_setPathEffect(mNativePaint, effectNative); in setPathEffect()
2245 private static native long native_setPathEffect(long native_object, in native_setPathEffect() method in Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java856 /*package*/ static long native_setPathEffect(long native_object, long effect) { in native_setPathEffect() method in Paint_Delegate