Merge "Clarify hasSelection description" am: 6bd5cf2bcc am: 0e63b9ce98

am: 8331efe0af

Change-Id: Idb4ac0cdc786ff080a998ad48fe54e803d58cc4d
This commit is contained in:
Hans Boehm
2019-03-28 15:59:20 -07:00
committed by android-build-merger

View File

@@ -10081,7 +10081,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();