Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java1931 return native_getTextRunCursor(mNativePaint, text, in getTextRunCursor()
2017 return native_getTextRunCursor(mNativePaint, text, in getTextRunCursor()
2163 private native int native_getTextRunCursor(int native_object, char[] text, in native_getTextRunCursor() method in Paint
2165 private native int native_getTextRunCursor(int native_object, String text, in native_getTextRunCursor() method in Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java1030 /*package*/ static int native_getTextRunCursor(Paint thisPaint, int native_object, char[] text, in native_getTextRunCursor() method in Paint_Delegate
1039 /*package*/ static int native_getTextRunCursor(Paint thisPaint, int native_object, String text, in native_getTextRunCursor() method in Paint_Delegate