AI 148752: Fix description of breakText() param.
BUG=1790234 Automated import of CL 148752
This commit is contained in:
committed by
The Android Open Source Project
parent
25f963753e
commit
c214de5897
@@ -1084,8 +1084,9 @@ public class Paint {
|
|||||||
* not null, return in it the actual width measured.
|
* not null, return in it the actual width measured.
|
||||||
*
|
*
|
||||||
* @param text The text to measure
|
* @param text The text to measure
|
||||||
* @param measureForwards If true, measure forwards, starting at index.
|
* @param measureForwards If true, measure forwards, starting with the
|
||||||
* Otherwise, measure backwards, starting with the
|
* first character in the string. Otherwise,
|
||||||
|
* measure backwards, starting with the
|
||||||
* last character in the string.
|
* last character in the string.
|
||||||
* @param maxWidth The maximum width to accumulate.
|
* @param maxWidth The maximum width to accumulate.
|
||||||
* @param measuredWidth Optional. If not null, returns the actual width
|
* @param measuredWidth Optional. If not null, returns the actual width
|
||||||
|
|||||||
Reference in New Issue
Block a user