Loading graphics/java/android/graphics/Typeface.java +4 −6 Original line number Diff line number Diff line Loading @@ -1196,7 +1196,6 @@ public class Typeface { /** @hide */ public boolean isSupportedAxes(int axis) { if (mSupportedAxes == null) { synchronized (this) { if (mSupportedAxes == null) { mSupportedAxes = nativeGetSupportedAxes(native_instance); Loading @@ -1205,7 +1204,6 @@ public class Typeface { } } } } return Arrays.binarySearch(mSupportedAxes, axis) >= 0; } Loading Loading
graphics/java/android/graphics/Typeface.java +4 −6 Original line number Diff line number Diff line Loading @@ -1196,7 +1196,6 @@ public class Typeface { /** @hide */ public boolean isSupportedAxes(int axis) { if (mSupportedAxes == null) { synchronized (this) { if (mSupportedAxes == null) { mSupportedAxes = nativeGetSupportedAxes(native_instance); Loading @@ -1205,7 +1204,6 @@ public class Typeface { } } } } return Arrays.binarySearch(mSupportedAxes, axis) >= 0; } Loading