Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java1020 nGetCharArrayBounds(nativePaint, text.toCharArray(), start, in nGetStringBounds()
1025 public static void nGetCharArrayBounds(long nativePaint, char[] text, int index, in nGetCharArrayBounds() method in Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
DPaint.java2849 nGetCharArrayBounds(mNativePaint, text, index, count, mBidiFlags, in getTextBounds()
3067 private static native void nGetCharArrayBounds(long nativePaint, char[] text, int index, in nGetCharArrayBounds() method in Paint