Home
last modified time | relevance | path

Searched refs:sFillTypeArray (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPath.java255 static final FillType[] sFillTypeArray = { field in Path
270 return sFillTypeArray[nGetFillType(mNativePath)]; in getFillType()
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java182 pathDelegate.setFillType(Path.sFillTypeArray[ft]); in nSetFillType()