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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java35 public boolean isSimplePath = true; field in class:Path
58 isSimplePath = src.isSimplePath;
71 isSimplePath = true;
86 isSimplePath = true;
96 isSimplePath = src.isSimplePath;
163 isSimplePath = false;
341 isSimplePath = false;
356 isSimplePath
[all...]

Completed in 54 milliseconds