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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java179 properties.putInt(VFullPath_Delegate.STROKE_LINE_CAP_INDEX * 4, path.getStrokeLineCap());
625 private int getStrokeLineCap() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp239 paint.setStrokeCap(SkPaint::Cap(properties.getStrokeLineCap()));
H A DVectorDrawable.h301 float getStrokeLineCap() const { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1707 private Paint.Cap getStrokeLineCap(int id, Paint.Cap defValue) { method in class:VectorDrawableCompat.VFullPath
1780 mStrokeLineCap = getStrokeLineCap(lineCap, mStrokeLineCap);

Completed in 17 milliseconds