Home | History | Annotate | Download | only in widget

Lines Matching refs:imeOptions

294         int imeOptions = a.getInt(R.styleable.SearchView_imeOptions, -1);
295 if (imeOptions != -1) {
296 setImeOptions(imeOptions);
355 // TODO: use imeOptions to disable voice input when the new API will be available
374 * @param imeOptions the options to set on the query text field
378 public void setImeOptions(int imeOptions) {
379 mQueryTextView.setImeOptions(imeOptions);