Searched defs:getInputType (Results 1 - 18 of 18) 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/support/v4/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java91 public static int getInputType(Object info) { method in class:AccessibilityNodeInfoCompatKitKat
92 return ((AccessibilityNodeInfo) info).getInputType();
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java190 public int getInputType() { method in class:TextViewBindingObject
293 public int getInputType() { method in class:TextViewBindingObject.KeyListener1
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java743 public int getInputType() { method in class:SearchableInfo
/frameworks/base/core/java/android/widget/
H A DSearchView.java461 public int getInputType() { method in class:SearchView
462 return mSearchSrcTextView.getInputType();
1140 int inputType = mSearchable.getInputType();
H A DNumberPicker.java2081 public int getInputType() { method in class:NumberPicker.InputTextFilter
H A DTextView.java1208 : mEditor.mKeyListener.getInputType();
1745 * see {@link KeyListener#getInputType() KeyListener.getContentType()}
1770 mEditor.mInputType = mEditor.mKeyListener.getInputType();
4516 * @see #getInputType()
4522 final boolean wasPassword = isPasswordInputType(getInputType());
4523 final boolean wasVisiblePassword = isVisiblePasswordInputType(getInputType());
4664 public int getInputType() { method in class:TextView
6270 outAttrs.inputType = getInputType();
6310 outAttrs.initialCapsMode = ic.getCursorCapsMode(getInputType());
8783 || isPasswordInputType(getInputType());
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java599 public int getInputType(Object info); method in interface:AccessibilityNodeInfoCompat.AccessibilityNodeInfoImpl
1151 public int getInputType(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
1728 public int getInputType(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoKitKatImpl
1729 return AccessibilityNodeInfoCompatKitKat.getInputType(info);
3479 public int getInputType() { method in class:AccessibilityNodeInfoCompat
3480 return IMPL.getInputType(mInfo);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java486 public int getInputType() { method in class:SearchView
487 return mSearchSrcTextView.getInputType();
1074 int inputType = mSearchable.getInputType();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2388 public int getInputType() { method in class:AccessibilityNodeInfo

Completed in 496 milliseconds