Searched refs:getInputType (Results 1 - 19 of 19) 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.java126 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.java411 public int getInputType() { method in class:SearchView
412 return mQueryTextView.getInputType();
1084 int inputType = mSearchable.getInputType();
H A DAutoCompleteTextView.java181 int inputType = getInputType();
H A DTextView.java1098 : mEditor.mKeyListener.getInputType();
1581 * see {@link KeyListener#getInputType() KeyListener.getContentType()}
1606 mEditor.mInputType = mEditor.mKeyListener.getInputType();
3993 * @see #getInputType()
3999 final boolean wasPassword = isPasswordInputType(getInputType());
4000 final boolean wasVisiblePassword = isVisiblePasswordInputType(getInputType());
4141 public int getInputType() { method in class:TextView
5718 outAttrs.inputType = getInputType();
5758 outAttrs.initialCapsMode = ic.getCursorCapsMode(getInputType());
9183 && ((!isPasswordInputType(getInputType())
[all...]
H A DNumberPicker.java1958 public int getInputType() { method in class:NumberPicker.InputTextFilter
H A DEditor.java635 int inputType = mTextView.getInputType();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java442 public int getInputType() { method in class:SearchView
443 return mQueryTextView.getInputType();
1049 int inputType = mSearchable.getInputType();
/frameworks/base/core/java/android/app/
H A DSearchDialog.java399 int inputType = mSearchable.getInputType();
H A DSearchableInfo.java739 public int getInputType() { method in class:SearchableInfo
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1869 public int getInputType() { method in class:AccessibilityNodeInfo
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java279 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);

Completed in 434 milliseconds