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

Commit 25dddbfc authored by Gilles Debunne's avatar Gilles Debunne Committed by Android Git Automerger
Browse files

am 78e76847: Merge "getTextRunCursor gets deprecated in SpannableStringBuilder" into honeycomb-mr1

* commit '78e76847':
  getTextRunCursor gets deprecated in SpannableStringBuilder
parents ea58d30d 78e76847
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194914,7 +194914,7 @@
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 deprecated="deprecated"
 visibility="public"
>
<parameter name="contextStart" type="int">
@@ -266773,7 +266773,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) {