Searched refs:selectAll (Results 1 – 12 of 12) sorted by relevance
141 public void selectAll() { in selectAll() method in EditText142 Selection.selectAll(getText()); in selectAll()
767 mInputText.selectAll(); in NumberPicker()
2977 com.android.internal.R.string.selectAll) in onCreateContextMenu()4204 com.android.internal.R.string.selectAll) in updateSelectAllItem()
12267 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()
455 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndInsertionHandle()472 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndSelectionHandle()490 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndSelectionHandle()917 mActivity.getString(com.android.internal.R.string.selectAll)); in testSetSelectionAndActionMode()927 mActivity.getString(com.android.internal.R.string.selectAll)); in testSetSelectionAndActionMode()
159 public static final void selectAll(Spannable text) { in selectAll() method in Selection
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()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
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();
1945 field public static final int selectAll = 16908319; // 0x102001f2064 field public static final int selectAll = 17039373; // 0x104000d49583 method public static final void selectAll(android.text.Spannable);59433 method public void selectAll();