Merge "Clarify hasSelection description" am: 6bd5cf2bcc am: 0e63b9ce98
am: 8331efe0af
Change-Id: Idb4ac0cdc786ff080a998ad48fe54e803d58cc4d
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user