Skip to content

Commit 91889e2

Browse files
Gilles DebunneAndroid (Google) Code Review
authored andcommitted
Merge "Update to TextView#didTouchFocusSelect documentation"
2 parents 80e4ee4 + 053c439 commit 91889e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/widget/TextView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7496,7 +7496,7 @@ private boolean isTextEditable() {
74967496
* Returns true, only while processing a touch gesture, if the initial
74977497
* touch down event caused focus to move to the text view and as a result
74987498
* its selection changed. Only valid while processing the touch gesture
7499-
* of interest.
7499+
* of interest, in an editable text view.
75007500
*/
75017501
public boolean didTouchFocusSelect() {
75027502
return mEditor != null && getEditor().mTouchFocusSelected;

0 commit comments

Comments
 (0)