Searched defs:selectAll (Results 1 – 5 of 5) sorted by relevance
109 public void selectAll() { in selectAll() method in EditText
156 MenuItem selectAll = menu.findItem(R.id.menu_select_all); in updateActionMenu() local
93 public static final void selectAll(Spannable text) { in selectAll() method in Selection
635 UiObject selectAll = new UiObject(new UiSelector().descriptionContains("Select all")); in clearTextField() local
1557 private void selectAll() { in selectAll() method in EditStyledText.EditorManager