Loading api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -15953,7 +15953,6 @@ package android.graphics.text { public class MeasuredText { method public void getBounds(@IntRange(from=0) int, @IntRange(from=0) int, @NonNull android.graphics.Rect); method @FloatRange(from=0.0f) @Px public float getCharWidthAt(@IntRange(from=0) int); method @NonNull public char[] getChars(); method @FloatRange(from=0.0) @Px public float getWidth(@IntRange(from=0) int, @IntRange(from=0) int); } graphics/java/android/graphics/text/MeasuredText.java +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ public class MeasuredText { /** * Returns the characters in the paragraph used to compute this MeasuredText instance. * @hide */ public @NonNull char[] getChars() { return mChars; Loading Loading
api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -15953,7 +15953,6 @@ package android.graphics.text { public class MeasuredText { method public void getBounds(@IntRange(from=0) int, @IntRange(from=0) int, @NonNull android.graphics.Rect); method @FloatRange(from=0.0f) @Px public float getCharWidthAt(@IntRange(from=0) int); method @NonNull public char[] getChars(); method @FloatRange(from=0.0) @Px public float getWidth(@IntRange(from=0) int, @IntRange(from=0) int); }
graphics/java/android/graphics/text/MeasuredText.java +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ public class MeasuredText { /** * Returns the characters in the paragraph used to compute this MeasuredText instance. * @hide */ public @NonNull char[] getChars() { return mChars; Loading