Searched defs:Join (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
H A Dstring_helpers.h51 static inline std::string Join(const std::vector<StringT>& strings, char separator) { function in namespace:android::installd
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java94 static final Join[] sJoinArray = {
95 Join.MITER, Join.ROUND, Join.BEVEL
396 * The Join specifies the treatment where lines and curve segments
399 public enum Join { enum in class:Paint
413 private Join(int nativeInt) { method in class:Paint.Join
996 * @return the paint's Join.
998 public Join getStrokeJoin() {
1003 * Set the paint's Join
[all...]

Completed in 2399 milliseconds