Searched defs:getInputType (Results 1 - 15 of 15) 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.java462 public int getInputType() { method in class:SearchView
463 return mSearchSrcTextView.getInputType();
1141 int inputType = mSearchable.getInputType();
H A DNumberPicker.java2024 public int getInputType() { method in class:NumberPicker.InputTextFilter
H A DTextView.java1143 : mEditor.mKeyListener.getInputType();
1631 * see {@link KeyListener#getInputType() KeyListener.getContentType()}
1656 mEditor.mInputType = mEditor.mKeyListener.getInputType();
4226 * @see #getInputType()
4232 final boolean wasPassword = isPasswordInputType(getInputType());
4233 final boolean wasVisiblePassword = isVisiblePasswordInputType(getInputType());
4374 public int getInputType() { method in class:TextView
5978 outAttrs.inputType = getInputType();
6018 outAttrs.initialCapsMode = ic.getCursorCapsMode(getInputType());
9461 && ((!isPasswordInputType(getInputType())
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java474 public int getInputType() { method in class:SearchView
475 return mQueryTextView.getInputType();
1055 int inputType = mSearchable.getInputType();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2303 public int getInputType() { method in class:AccessibilityNodeInfo

Completed in 1123 milliseconds