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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java83 final FillType fillType = getFillType();
182 public enum FillType { enum in class:Path
203 FillType(int ni) { method in class:Path.FillType
211 static final FillType[] sFillTypeArray = {
212 FillType.WINDING,
213 FillType.EVEN_ODD,
214 FillType.INVERSE_WINDING,
215 FillType.INVERSE_EVEN_ODD
224 public FillType getFillType() {
233 public void setFillType(FillType f
[all...]

Completed in 152 milliseconds