Searched defs:nativeCreateFromTypeface (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java121 /*package*/ static synchronized int nativeCreateFromTypeface(int native_instance, int style) { method in class:Typeface_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java123 typeface = new Typeface(nativeCreateFromTypeface(ni, style));
223 private static native int nativeCreateFromTypeface(int native_instance, int style); method in class:Typeface

Completed in 34 milliseconds