Searched refs:getInputType (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DDateKeyListener.java31 public int getInputType() { method in class:DateKeyListener
H A DDateTimeKeyListener.java31 public int getInputType() { method in class:DateTimeKeyListener
H A DTimeKeyListener.java31 public int getInputType() { method in class:TimeKeyListener
H A DKeyListener.java56 public int getInputType(); method in interface:KeyListener
H A DDialerKeyListener.java47 public int getInputType() { method in class:DialerKeyListener
H A DDigitsKeyListener.java117 public int getInputType() { method in class:DigitsKeyListener
H A DTextKeyListener.java127 public int getInputType() { method in class:TextKeyListener
213 public int getInputType() { method in class:TextKeyListener.NullKeyListener
H A DMultiTapKeyListener.java81 public int getInputType() { method in class:MultiTapKeyListener
H A DQwertyKeyListener.java80 public int getInputType() { method in class:QwertyKeyListener
/frameworks/base/core/java/android/widget/
H A DSearchView.java412 public int getInputType() { method in class:SearchView
413 return mQueryTextView.getInputType();
1085 int inputType = mSearchable.getInputType();
H A DAutoCompleteTextView.java181 int inputType = getInputType();
H A DTextView.java907 : mEditor.mKeyListener.getInputType();
1341 * see {@link KeyListener#getInputType() KeyListener.getContentType()}
1366 mEditor.mInputType = mEditor.mKeyListener.getInputType();
3714 * @see #getInputType()
3720 final boolean wasPassword = isPasswordInputType(getInputType());
3721 final boolean wasVisiblePassword = isVisiblePasswordInputType(getInputType());
3862 public int getInputType() { method in class:TextView
5407 outAttrs.inputType = getInputType();
5447 outAttrs.initialCapsMode = ic.getCursorCapsMode(getInputType());
8721 && !isPasswordInputType(getInputType())
[all...]
H A DNumberPicker.java1872 public int getInputType() { method in class:NumberPicker.InputTextFilter
H A DEditor.java589 int inputType = mTextView.getInputType();
/frameworks/base/core/java/android/app/
H A DSearchDialog.java399 int inputType = mSearchable.getInputType();
H A DSearchableInfo.java728 public int getInputType() { method in class:SearchableInfo
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java247 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);

Completed in 1450 milliseconds