Searched refs:mFillType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java58 private FillType mFillType = FillType.WINDING; field in class:Path_Delegate
151 return pathDelegate.mFillType.nativeInt;
161 pathDelegate.mFillType = Path.sFillTypeArray[ft];
486 setFillType(delegate.mFillType);
491 mFillType = fillType;

Completed in 30 milliseconds