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

/frameworks/base/libs/hwui/
H A DVectorDrawable.h307 float getStrokeLineJoin() const { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1698 private Paint.Join getStrokeLineJoin(int id, Paint.Join defValue) { method in class:VectorDrawableCompat.VFullPath
1762 mStrokeLineJoin = getStrokeLineJoin(lineJoin, mStrokeLineJoin);
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java193 properties.putInt(VFullPath_Delegate.STROKE_LINE_JOIN_INDEX * 4, path.getStrokeLineJoin());
682 private int getStrokeLineJoin() { method in class:VectorDrawable_Delegate.VFullPath_Delegate

Completed in 103 milliseconds