Searched defs:selectAll (Results 1 – 4 of 4) sorted by relevance
169 public void selectAll() { in selectAll() method in EditText
635 UiObject selectAll = new UiObject(new UiSelector().descriptionContains("Select all")); in clearTextField() local
160 public static final void selectAll(Spannable text) { in selectAll() method in Selection
1557 private void selectAll() { in selectAll() method in EditStyledText.EditorManager