Home
last modified time | relevance | path

Searched refs:getInputType (Results 1 – 25 of 32) sorted by relevance

12

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatBaseEditTextEmojiTest.java71 int actual = textEmailAddress.getInputType(); in constructor_doesntClobber_inputType()
91 assertThat(textEmailAddress.getInputType()).isEqualTo(platformTextView.getInputType()); in setKeyListener_hasSameInputTypeBehavior_asPlatform()
DSearchViewTest.java89 searchViewWithAttributes.getInputType()); in testAttributesFromXml()
286 | InputType.TYPE_NUMBER_FLAG_SIGNED, mSearchView.getInputType()); in testAccessInputType()
290 | InputType.TYPE_TEXT_FLAG_CAP_WORDS, mSearchView.getInputType()); in testAccessInputType()
293 assertEquals(InputType.TYPE_CLASS_PHONE, mSearchView.getInputType()); in testAccessInputType()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatMultiAutoCompleteTextView.java131 int inputType = super.getInputType(); in initEmojiKeyListener()
DAppCompatAutoCompleteTextView.java131 int inputType = super.getInputType(); in initEmojiKeyListener()
DAppCompatEditText.java145 int inputType = super.getInputType(); in initEmojiKeyListener()
DSearchView.java480 public int getInputType() { in getInputType() method in SearchView
481 return mSearchSrcTextView.getInputType(); in getInputType()
1127 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete()
/appcompat/appcompat/api/
D1.1.0-rc01.txt765 method public int getInputType();
D1.1.0-beta01.txt765 method public int getInputType();
D1.2.0-beta01.txt770 method public int getInputType();
D1.3.0-beta02.txt772 method public int getInputType();
D1.3.0-beta01.txt772 method public int getInputType();
D1.1.0-beta02.txt773 method public int getInputType();
D1.4.0-beta01.txt802 method public int getInputType();
D1.4.0-beta02.txt802 method public int getInputType();
D1.6.0-beta02.txt842 method public int getInputType();
D1.6.0-beta01.txt842 method public int getInputType();
D1.5.0-beta01.txt830 method public int getInputType();
Dcurrent.txt842 method public int getInputType();
D1.7.0-beta01.txt842 method public int getInputType();
Drestricted_1.3.0-beta01.txt1852 method public int getInputType();
Drestricted_1.1.0-beta01.txt1850 method public int getInputType();
Drestricted_1.3.0-beta02.txt1852 method public int getInputType();
Drestricted_1.0.0.txt1841 method public int getInputType();
Drestricted_1.1.0-rc01.txt1850 method public int getInputType();
Drestricted_1.2.0-beta01.txt1854 method public int getInputType();

12