Home
last modified time | relevance | path

Searched defs:nGetTextRunCursor (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java984 /*package*/ static int nGetTextRunCursor(Paint paint, long native_object, char[] text, in nGetTextRunCursor() method in Paint_Delegate
993 /*package*/ static int nGetTextRunCursor(Paint paint, long native_object, String text, in nGetTextRunCursor() method in Paint_Delegate
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPaint.java3103 private native int nGetTextRunCursor(long paintPtr, char[] text, int contextStart, in nGetTextRunCursor() method in Paint
3105 private native int nGetTextRunCursor(long paintPtr, String text, int contextStart, in nGetTextRunCursor() method in Paint