Loading tools/layoutlib/bridge/src/android/graphics/Typeface_Delegate.java +6 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,12 @@ public final class Typeface_Delegate { return newInstance; } @LayoutlibDelegate /*package*/ static synchronized int[] nativeGetSupportedAxes(long native_instance) { // nativeCreateFromTypefaceWithVariation is not supported so we do not keep the axes return null; } @LayoutlibDelegate /*package*/ static long nativeCreateWeightAlias(long native_instance, int weight) { Typeface_Delegate delegate = sManager.getDelegate(native_instance); Loading Loading
tools/layoutlib/bridge/src/android/graphics/Typeface_Delegate.java +6 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,12 @@ public final class Typeface_Delegate { return newInstance; } @LayoutlibDelegate /*package*/ static synchronized int[] nativeGetSupportedAxes(long native_instance) { // nativeCreateFromTypefaceWithVariation is not supported so we do not keep the axes return null; } @LayoutlibDelegate /*package*/ static long nativeCreateWeightAlias(long native_instance, int weight) { Typeface_Delegate delegate = sManager.getDelegate(native_instance); Loading