Searched refs:nSetStrokeWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java941 nSetStrokeWidth(mNativePaint, width);
944 private native void nSetStrokeWidth(long paintPtr, float width); method in class:Paint
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2026 nSetStrokeWidth(mNativePtr, strokeWidth);
2183 private static native void nSetStrokeWidth(long pathPtr, float width); method in class:VectorDrawable
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java399 static void nSetStrokeWidth(long pathPtr, float width) { method in class:VectorDrawable_Delegate
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java409 /*package*/ static void nSetStrokeWidth(Paint thisPaint, long nativePaint, float width) { method in class:Paint_Delegate

Completed in 3775 milliseconds