Searched refs:nGetCharArrayBounds (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1004 nGetCharArrayBounds(nativePaint, native_typeface, text.toCharArray(), start, in nGetStringBounds() 1009 /*package*/ static void nGetCharArrayBounds(long nativePaint, long native_typeface, in nGetCharArrayBounds() method in Paint_Delegate
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2564 nGetCharArrayBounds(mNativePaint, mNativeTypeface, text, index, count, mBidiFlags, in getTextBounds() 2776 private static native void nGetCharArrayBounds(long nativePaint, long typefacePtr, in nGetCharArrayBounds() method in Paint
|