Searched refs:nGetTextRunCursor (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2652 return nGetTextRunCursor(mNativePaint, text, contextStart, contextLength, in getTextRunCursor() 2740 return nGetTextRunCursor(mNativePaint, text, contextStart, contextEnd, in getTextRunCursor() 3057 private native int nGetTextRunCursor(long paintPtr, char[] text, int contextStart, in nGetTextRunCursor() method in Paint 3059 private native int nGetTextRunCursor(long paintPtr, String text, int contextStart, in nGetTextRunCursor() method in Paint
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 984 /*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
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 20999 Landroid/graphics/Paint;->nGetTextRunCursor(JLjava/lang/String;IIIII)I 21000 Landroid/graphics/Paint;->nGetTextRunCursor(J[CIIIII)I
|