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

Commit 8d060878 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by The Android Open Source Project
Browse files

am 33a31b31: AI 148752: Fix description of breakText() param.

Merge commit '33a31b31'

* commit '33a31b31':
  AI 148752: Fix description of breakText() param.
parents 98eeba88 33a31b31
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1084,8 +1084,9 @@ public class Paint {
     * not null, return in it the actual width measured.
     *
     * @param text  The text to measure
     * @param measureForwards If true, measure forwards, starting at index.
     *                        Otherwise, measure backwards, starting with the
     * @param measureForwards If true, measure forwards, starting with the
     *                        first character in the string. Otherwise,
     *                        measure backwards, starting with the
     *                        last character in the string.
     * @param maxWidth The maximum width to accumulate.
     * @param measuredWidth Optional. If not null, returns the actual width