Searched refs:nGetTextRunCursor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 3245 return nGetTextRunCursor(mNativePaint, text, contextStart, contextLength, in getTextRunCursor() 3333 return nGetTextRunCursor(mNativePaint, text, contextStart, contextEnd, in getTextRunCursor() 3828 private native int nGetTextRunCursor(long paintPtr, char[] text, int contextStart, in nGetTextRunCursor() method in Paint 3830 private native int nGetTextRunCursor(long paintPtr, String text, int contextStart, in nGetTextRunCursor() method in Paint
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 18112 Landroid/graphics/Paint;->nGetTextRunCursor(JLjava/lang/String;IIIII)I 18113 Landroid/graphics/Paint;->nGetTextRunCursor(J[CIIIII)I
|