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

Commit b4a5ca04 authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Add API comment for future potential behavior change

Bug: 322053012
Test: N/A
Change-Id: Ie73046cd246b87a09f4b1fd100542a9099301fd3
parent 45309ae3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -176,6 +176,9 @@ public final class LineBreakConfig implements Parcelable {
     * - If at least one locale in the locale list contains Japanese script, this option is
     * equivalent to {@link #LINE_BREAK_STYLE_STRICT}.
     * - Otherwise, this option is equivalent to {@link #LINE_BREAK_STYLE_NONE}.
     *
     * <p>
     * Note: future versions may have special line breaking style rules for other locales.
     */
    @FlaggedApi(FLAG_WORD_STYLE_AUTO)
    public static final int LINE_BREAK_STYLE_AUTO = 5;
@@ -249,6 +252,9 @@ public final class LineBreakConfig implements Parcelable {
     * option is equivalent to {@link #LINE_BREAK_WORD_STYLE_PHRASE} if the result of its line
     * count is less than 5 lines.
     * - Otherwise, this option is equivalent to {@link #LINE_BREAK_WORD_STYLE_NONE}.
     *
     * <p>
     * Note: future versions may have special line breaking word style rules for other locales.
     */
    @FlaggedApi(FLAG_WORD_STYLE_AUTO)
    public static final int LINE_BREAK_WORD_STYLE_AUTO = 2;