Searched defs:getInputType (Results 1 - 14 of 14) 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 DDialerKeyListener.java47 public int getInputType() { method in class:DialerKeyListener
H A DKeyListener.java56 public int getInputType(); method in interface:KeyListener
H A DDigitsKeyListener.java126 public int getInputType() { method in class:DigitsKeyListener
H A DMultiTapKeyListener.java81 public int getInputType() { method in class:MultiTapKeyListener
H A DQwertyKeyListener.java80 public int getInputType() { method in class:QwertyKeyListener
H A DTextKeyListener.java127 public int getInputType() { method in class:TextKeyListener
213 public int getInputType() { method in class:TextKeyListener.NullKeyListener
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java739 public int getInputType() { method in class:SearchableInfo
/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 DNumberPicker.java1942 public int getInputType() { method in class:NumberPicker.InputTextFilter
H A DTextView.java1095 : mEditor.mKeyListener.getInputType();
1531 * see {@link KeyListener#getInputType() KeyListener.getContentType()}
1556 mEditor.mInputType = mEditor.mKeyListener.getInputType();
3938 * @see #getInputType()
3944 final boolean wasPassword = isPasswordInputType(getInputType());
3945 final boolean wasVisiblePassword = isVisiblePasswordInputType(getInputType());
4086 public int getInputType() { method in class:TextView
5631 outAttrs.inputType = getInputType();
5671 outAttrs.initialCapsMode = ic.getCursorCapsMode(getInputType());
9065 && ((!isPasswordInputType(getInputType())
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java435 public int getInputType() { method in class:SearchView
436 return mQueryTextView.getInputType();
1042 int inputType = mSearchable.getInputType();

Completed in 236 milliseconds