We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80e4ee4 + 053c439 commit 91889e2Copy full SHA for 91889e2
core/java/android/widget/TextView.java
@@ -7496,7 +7496,7 @@ private boolean isTextEditable() {
7496
* Returns true, only while processing a touch gesture, if the initial
7497
* touch down event caused focus to move to the text view and as a result
7498
* its selection changed. Only valid while processing the touch gesture
7499
- * of interest.
+ * of interest, in an editable text view.
7500
*/
7501
public boolean didTouchFocusSelect() {
7502
return mEditor != null && getEditor().mTouchFocusSelected;
0 commit comments