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

Commit bae29e0b authored by Ian G. Clifton's avatar Ian G. Clifton
Browse files

Minor JavaDoc grammar fix

Replaced "than" (comparative) with "then" (temporal) for the setTextSize JavaDoc. No functional change.

Change-Id: I84b5d1b250cb7a5d925cfbd0a86a2bfef55ade24
parent 9f165ca3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4347,7 +4347,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
     * pixel" units.  This size is adjusted based on the current density and
     * user font size preference.
     *
     * <p>Note: if this TextView has the auto-size feature enabled than this function is no-op.
     * <p>Note: if this TextView has the auto-size feature enabled, then this function is no-op.
     *
     * @param size The scaled pixel size.
     *
@@ -4362,7 +4362,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
     * Set the default text size to a given unit and value. See {@link
     * TypedValue} for the possible dimension units.
     *
     * <p>Note: if this TextView has the auto-size feature enabled than this function is no-op.
     * <p>Note: if this TextView has the auto-size feature enabled, then this function is no-op.
     *
     * @param unit The desired dimension unit.
     * @param size The desired size in the given units.