Searched defs:setInputType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSearchView.java300 setInputType(inputType);
396 * @see TextView#setInputType(int)
401 public void setInputType(int inputType) { method in class:SearchView
402 mQueryTextView.setInputType(inputType);
1102 mQueryTextView.setInputType(inputType);
H A DTextView.java927 setInputType(inputType, true);
3739 public void setInputType(int type) { method in class:TextView
3742 setInputType(type, false);
3785 * - Call setInputType in setKeyListener instead of changing the input type directly (which
3820 * @see #setInputType(int)
3830 private void setInputType(int type, boolean direct) { method in class:TextView
3879 * @see #setInputType(int)

Completed in 48 milliseconds