Searched refs:nGetCharArrayBounds (Results 1 – 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1020 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/ |
D | Paint.java | 2849 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
|