Searched defs:native_getLetterSpacing (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java1090 /*package*/ static float native_getLetterSpacing(long nativePaint) { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1279 return native_getLetterSpacing(mNativePaint);
2296 private static native float native_getLetterSpacing(long native_object); method in class:Paint

Completed in 59 milliseconds