Searched refs:native_getTextRunCursor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2002 return native_getTextRunCursor(mNativePaint, text,
2088 return native_getTextRunCursor(mNativePaint, text,
2235 private native int native_getTextRunCursor(int native_object, char[] text, method in class:Paint
2237 private native int native_getTextRunCursor(int native_object, String text, method in class:Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java1035 /*package*/ static int native_getTextRunCursor(Paint thisPaint, int native_object, char[] text, method in class:Paint_Delegate
1044 /*package*/ static int native_getTextRunCursor(Paint thisPaint, int native_object, String text, method in class:Paint_Delegate

Completed in 11 milliseconds