Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java1290 return native_getLetterSpacing(mNativePaint); in getLetterSpacing()
2512 private static native float native_getLetterSpacing(long native_object); in native_getLetterSpacing() method in Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java1095 /*package*/ static float native_getLetterSpacing(long nativePaint) { in native_getLetterSpacing() method in Paint_Delegate