Searched refs:selectAll (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditText.java98 * Convenience for {@link Selection#selectAll}.
100 public void selectAll() { method in class:EditText
101 Selection.selectAll(getText());
H A DNumberPicker.java674 mInputText.selectAll();
H A DEditor.java2677 menu.add(0, TextView.ID_SELECT_ALL, 0, com.android.internal.R.string.selectAll).
H A DTextView.java7865 static final int ID_SELECT_ALL = android.R.id.selectAll;
7872 * this will be one of {@link android.R.id#selectAll}, {@link android.R.id#cut},
7993 * passing {@link android.R.id#selectAll}, {@link android.R.id#cut}, {@link android.R.id#copy}
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java497 UiObject selectAll = new UiObject(new UiSelector().descriptionContains("Select all"));
498 if(selectAll.waitForExists(50))
499 selectAll.click();
/frameworks/base/core/java/android/webkit/
H A DSelectActionModeCallback.java113 mWebView.selectAll();
H A DWebViewClassic.java5311 public void selectAll() { method in class:WebViewClassic
/frameworks/base/core/java/android/text/
H A DSelection.java93 public static final void selectAll(Spannable text) { method in class:Selection
/frameworks/base/core/java/android/app/
H A DSearchDialog.java237 mSearchAutoComplete.selectAll();
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java168 private static final int ID_SELECT_ALL = android.R.id.selectAll;
1557 private void selectAll() { method in class:EditStyledText.EditorManager
1558 Selection.selectAll(mEST.getText());
3092 mManager.selectAll();

Completed in 167 milliseconds