Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4687d70d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide MeasuredText.getChars"

parents 3783c597 67e8cb2b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
  }
+1 −0
Original line number Diff line number Diff line
@@ -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;