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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java76 final FillType fillType = getFillType();
188 public enum FillType { enum in class:Path
209 FillType(int ni) { method in class:Path.FillType
217 static final FillType[] sFillTypeArray = {
218 FillType.WINDING,
219 FillType.EVEN_ODD,
220 FillType.INVERSE_WINDING,
221 FillType.INVERSE_EVEN_ODD
230 public FillType getFillType() {
239 public void setFillType(FillType f
[all...]

Completed in 496 milliseconds