Searched defs:getStrokeLineCap (Results 1 - 3 of 3) sorted by relevance

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

Completed in 3165 milliseconds