Home
last modified time | relevance | path

Searched refs:inputType (Results 1 – 4 of 4) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java361 final int inputType = a.getInt(R.styleable.SearchView_android_inputType, -1); in SearchView() local
362 if (inputType != -1) { in SearchView()
363 setInputType(inputType); in SearchView()
470 public void setInputType(int inputType) { in setInputType() argument
471 mSearchSrcTextView.setInputType(inputType); in setInputType()
1127 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete() local
1130 if ((inputType & InputType.TYPE_MASK_CLASS) == InputType.TYPE_CLASS_TEXT) { in updateSearchAutoComplete()
1133 inputType &= ~InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE; in updateSearchAutoComplete()
1135 inputType |= InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE; in updateSearchAutoComplete()
1142 inputType |= InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS; in updateSearchAutoComplete()
[all …]
DAppCompatMultiAutoCompleteTextView.java131 int inputType = super.getInputType(); in initEmojiKeyListener() local
138 super.setRawInputType(inputType); in initEmojiKeyListener()
DAppCompatAutoCompleteTextView.java131 int inputType = super.getInputType(); in initEmojiKeyListener() local
138 super.setRawInputType(inputType); in initEmojiKeyListener()
DAppCompatEditText.java145 int inputType = super.getInputType(); in initEmojiKeyListener() local
152 super.setRawInputType(inputType); in initEmojiKeyListener()