Searched refs:nGetTextRunCursor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2288 return nGetTextRunCursor(mNativePaint, text, in getTextRunCursor() 2374 return nGetTextRunCursor(mNativePaint, text, in getTextRunCursor() 2687 private native int nGetTextRunCursor(long paintPtr, char[] text, in nGetTextRunCursor() method in Paint 2689 private native int nGetTextRunCursor(long paintPtr, String text, in nGetTextRunCursor() method in Paint
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1001 /*package*/ static int nGetTextRunCursor(Paint thisPaint, long native_object, char[] text, in nGetTextRunCursor() method in Paint_Delegate 1010 /*package*/ static int nGetTextRunCursor(Paint thisPaint, long native_object, String text, in nGetTextRunCursor() method in Paint_Delegate
|