Home | History | Annotate | Download | only in widget

Lines Matching refs:imeOptions

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