Searched refs:nativeGetCharArrayBounds (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1066 nativeGetCharArrayBounds(nativePaint, text.toCharArray(), start, end - start, bounds); in nativeGetStringBounds() 1070 /*package*/ static void nativeGetCharArrayBounds(int nativePaint, char[] text, int index, in nativeGetCharArrayBounds() method in Paint_Delegate
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2102 nativeGetCharArrayBounds(mNativePaint, text, index, count, bounds); in getTextBounds() 2174 private static native void nativeGetCharArrayBounds(int nativePaint, in nativeGetCharArrayBounds() method in Paint
|