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

Commit 053c4398 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Update to TextView#didTouchFocusSelect documentation

Bug 6171333

Related to https://android-git.corp.google.com/g/#/c/173335/

Change-Id: Ib4a83b6b0a03579b28d7319c9eb92a4bca09d209
parent 58984b07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7490,7 +7490,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
     * Returns true, only while processing a touch gesture, if the initial
     * touch down event caused focus to move to the text view and as a result
     * its selection changed.  Only valid while processing the touch gesture
     * of interest.
     * of interest, in an editable text view.
     */
    public boolean didTouchFocusSelect() {
        return mEditor != null && getEditor().mTouchFocusSelected;