Searched refs:native_getTextRunCursor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2043 return native_getTextRunCursor(mNativePaint, text, in getTextRunCursor() 2129 return native_getTextRunCursor(mNativePaint, text, in getTextRunCursor() 2277 private native int native_getTextRunCursor(long native_object, char[] text, in native_getTextRunCursor() method in Paint 2279 private native int native_getTextRunCursor(long native_object, String text, in native_getTextRunCursor() method in Paint
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1028 /*package*/ static int native_getTextRunCursor(Paint thisPaint, long native_object, char[] text, in native_getTextRunCursor() method in Paint_Delegate 1037 /*package*/ static int native_getTextRunCursor(Paint thisPaint, long native_object, String text, in native_getTextRunCursor() method in Paint_Delegate
|