Searched defs:selectAll (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
H A DBlobEntityDao.java33 List<BlobEntity> selectAll(); method in interface:BlobEntityDao
/frameworks/base/core/java/android/widget/
H A DEditText.java140 * Convenience for {@link Selection#selectAll}.
142 public void selectAll() { method in class:EditText
143 Selection.selectAll(getText());
/frameworks/base/core/java/android/text/
H A DSelection.java158 public static final void selectAll(Spannable text) { method in class:Selection
/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 81 milliseconds