Skip to content

Commit 053c439

Browse files
author
Gilles Debunne
committed
Update to TextView#didTouchFocusSelect documentation
Bug 6171333 Related to https://android-git.corp.google.com/g/#/c/173335/ Change-Id: Ib4a83b6b0a03579b28d7319c9eb92a4bca09d209
1 parent 58984b0 commit 053c439

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
@@ -7490,7 +7490,7 @@ private boolean isTextEditable() {
74907490
* Returns true, only while processing a touch gesture, if the initial
74917491
* touch down event caused focus to move to the text view and as a result
74927492
* its selection changed. Only valid while processing the touch gesture
7493-
* of interest.
7493+
* of interest, in an editable text view.
74947494
*/
74957495
public boolean didTouchFocusSelect() {
74967496
return mEditor != null && getEditor().mTouchFocusSelected;

0 commit comments

Comments
 (0)