Merge "Clarify hasSelection description" am: 6bd5cf2bcc

am: 0e63b9ce98

Change-Id: I9dd2aab2f7a1f2b249d2919dafeb3c1879469933
This commit is contained in:
Hans Boehm
2019-03-28 15:48:30 -07:00
committed by android-build-merger

View File

@@ -9420,7 +9420,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
}
/**
* Return true iff there is a selection inside this text view.
* Return true iff there is a selection of nonzero length inside this text view.
*/
public boolean hasSelection() {
final int selectionStart = getSelectionStart();