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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java398 /*package*/ static void nSetStrokeWidth(long nativePaint, float width) { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2067 nSetStrokeWidth(mNativePtr, strokeWidth);
2262 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.java411 static void nSetStrokeWidth(long pathPtr, float width) { method in class:VectorDrawable_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java936 nSetStrokeWidth(mNativePaint, width);
2863 private static native void nSetStrokeWidth(long paintPtr, float width); method in class:Paint

Completed in 1531 milliseconds