Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DTypeface.java1184 mSupportedAxes = nativeGetSupportedAxes(native_instance); in isSupportedAxes()
1202 private static native int[] nativeGetSupportedAxes(long native_instance); in nativeGetSupportedAxes() method in Typeface
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java160 /*package*/ static synchronized int[] nativeGetSupportedAxes(long native_instance) { in nativeGetSupportedAxes() method in Typeface_Delegate