Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2019 nSetStartHyphenEdit(mNativePaint, startHyphen); in setStartHyphenEdit()
3192 private static native void nSetStartHyphenEdit(long paintPtr, int hyphen); in nSetStartHyphenEdit() method in Paint
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java1102 /*package*/ static void nSetStartHyphenEdit(long nativePaint, int hyphen) { in nSetStartHyphenEdit() method in Paint_Delegate