Searched refs:selectAll (Results 1 – 13 of 13) sorted by relevance
169 public void selectAll() { in selectAll() method in EditText170 Selection.selectAll(getText()); in selectAll()
766 mInputText.selectAll(); in NumberPicker()
3254 menuItemOrderSelectAll, com.android.internal.R.string.selectAll) in onCreateContextMenu()4711 com.android.internal.R.string.selectAll) in updateSelectAllItem()
14535 static final int ID_SELECT_ALL = android.R.id.selectAll;
108 if (id == android.R.id.selectAll || id == android.R.id.replaceText) { in onTextContextMenuItem()
635 UiObject selectAll = new UiObject(new UiSelector().descriptionContains("Select all")); in clearTextField() local636 if(selectAll.waitForExists(50)) in clearTextField()637 selectAll.click(); in clearTextField()
528 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndInsertionHandle()544 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndSelectionHandle()560 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndSelectionHandle()977 mActivity.getString(com.android.internal.R.string.selectAll)); in testSetSelectionAndActionMode()986 mActivity.getString(com.android.internal.R.string.selectAll)); in testSetSelectionAndActionMode()
160 public static final void selectAll(Spannable text) { in selectAll() method in Selection
237 mSearchAutoComplete.selectAll(); in doShow()
168 private static final int ID_SELECT_ALL = android.R.id.selectAll;1557 private void selectAll() { in selectAll() method in EditStyledText.EditorManager1558 Selection.selectAll(mEST.getText()); in selectAll()3092 mManager.selectAll(); in doNotSelected()
1705 field public static final int selectAll = 16908319; // 0x102001f1816 field public static final int selectAll = 17039373; // 0x104000d29796 method public static final void selectAll(android.text.Spannable);37298 method public void selectAll();
2374 field public static final int selectAll = 16908319; // 0x102001f2494 field public static final int selectAll = 17039373; // 0x104000d47514 method public static final void selectAll(android.text.Spannable);58537 method public void selectAll();
78038 Lcom/android/internal/R$id;->selectAll:I79534 Lcom/android/internal/R$string;->selectAll:I