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

Commit b0b22560 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

getTextRunCursor gets deprecated in SpannableStringBuilder

Change-Id: I2d408ebff90add7afc242bb01df9ab96c6fc7fa7
parent 6c8d7652
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194867,7 +194867,7 @@
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 deprecated="deprecated"
 visibility="public"
>
<parameter name="contextStart" type="int">
@@ -266726,7 +266726,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="arg0" type="T">
<parameter name="t" type="T">
</parameter>
</method>
</interface>
+2 −0
Original line number Diff line number Diff line
@@ -1192,7 +1192,9 @@ implements CharSequence, GetChars, Spannable, Editable, Appendable,
     * CURSOR_AT_OR_BEFORE, or CURSOR_AT
     * @param p the Paint object that is requesting this information
     * @return the offset of the next position, or -1
     * @deprecated This is an internal method, refrain from using it in your code
     */
    @Deprecated
    public int getTextRunCursor(int contextStart, int contextEnd, int flags, int offset,
            int cursorOpt, Paint p) {