Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java1353 native_setHyphenEdit(mNativePaint, hyphen); in setHyphenEdit()
2518 private static native void native_setHyphenEdit(long native_object, int hyphen); in native_setHyphenEdit() method in Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java1130 /*package*/ static void native_setHyphenEdit(long nativePaint, int hyphen) { in native_setHyphenEdit() method in Paint_Delegate