Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java240 native_setFillType(mNativePath, ft.nativeInt); in setFillType()
259 native_setFillType(mNativePath, ft); in toggleInverseFillType()
787 private static native void native_setFillType(long nPath, int ft); in native_setFillType() method in Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java164 /*package*/ static void native_setFillType(long nPath, int ft) { in native_setFillType() method in Path_Delegate