Searched refs:selectAll (Results 1 – 15 of 15) sorted by relevance
54 public void setTextSelection(boolean selectAll) { in setTextSelection() argument55 if (selectAll) { in setTextSelection()56 selectAll(); in setTextSelection()
222 public void setQuery(String query, boolean selectAll) { in setQuery() argument225 mQueryTextView.setTextSelection(selectAll); in setQuery()
212 boolean selectAll = intent.getBooleanExtra(SearchManager.EXTRA_SELECT_QUERY, false); in setupFromIntent()214 setQuery(query, selectAll); in setupFromIntent()323 protected void setQuery(String query, boolean selectAll) { in setQuery() argument324 mSearchActivityView.setQuery(query, selectAll); in setQuery()
57 void selectAll(boolean select) { in selectAll() method in SectionedAlbumDataAdapter59 mAlbumData.selectAll(select); in selectAll()
112 mAdapter.selectAll(!mAdapter.areAllSelected()); in onOptionsItemSelected()
72 public void selectAll(boolean select) { in selectAll() method in AlbumDataAdapter
69 public void selectAll() { in selectAll() method in SelectionManager141 selectAll(); in toggle()
239 mSelectionManager.selectAll(); in onMenuClicked()
122 mEditText.selectAll(); in onClick()
104 mLabelBox.selectAll(); in onCreateDialog()
269 Selection.selectAll((Spannable) textView.getText());
437 Selection.selectAll((Spannable) textView.getText());
426 nameInput.selectAll(); in createNameCredentialDialog()
376 mSelectionManager.selectAll(); in onCreate()
624 mDialogTextField.selectAll(); in onCreateDialog()