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

Commit 91889e2c authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Update to TextView#didTouchFocusSelect documentation"

parents 80e4ee46 053c4398
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7496,7 +7496,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;