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

12

/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/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java48 assertEquals(getExpectedNumericType(), listener.getInputType());
54 assertEquals(getExpectedNumericType(), listener.getInputType());
191 return ((textKeyListener.getInputType() & InputType.TYPE_TEXT_FLAG_AUTO_CORRECT) != 0);
199 int inputType = keyListener.getInputType();
262 assertEquals(mBindingObject.getInputType(), view.getInputType());
264 assertEquals(mBindingObject.getInputType(), view.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/support/compat/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java112 public static int getInputType(Object info) { method in class:AccessibilityNodeInfoCompatKitKat
113 return ((AccessibilityNodeInfo) info).getInputType();
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java89 int inputType = listener != null ? listener.getInputType() : 0;
104 int inputType = listener.getInputType();
/frameworks/base/core/tests/coretests/src/android/text/method/
H A DForwardDeleteTest.java37 public int getInputType() {
H A DBackspaceTest.java37 public int getInputType() {
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java840 int getInputType(Object info); method in interface:AccessibilityNodeInfoCompat.AccessibilityNodeInfoImpl
1424 public int getInputType(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
2101 public int getInputType(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoKitKatImpl
2102 return AccessibilityNodeInfoCompatKitKat.getInputType(info);
4070 public int getInputType() { method in class:AccessibilityNodeInfoCompat
4071 return IMPL.getInputType(mInfo);
/frameworks/base/core/java/android/widget/
H A DSearchView.java473 public int getInputType() { method in class:SearchView
474 return mSearchSrcTextView.getInputType();
1207 int inputType = mSearchable.getInputType();
H A DAutoCompleteTextView.java289 int inputType = getInputType();
H A DTextView.java1249 : mEditor.mKeyListener.getInputType();
1794 * see {@link KeyListener#getInputType() KeyListener.getContentType()}
1819 mEditor.mInputType = mEditor.mKeyListener.getInputType();
4649 * @see #getInputType()
4655 final boolean wasPassword = isPasswordInputType(getInputType());
4656 final boolean wasVisiblePassword = isVisiblePasswordInputType(getInputType());
4797 public int getInputType() { method in class:TextView
6461 outAttrs.inputType = getInputType();
6503 outAttrs.initialCapsMode = ic.getCursorCapsMode(getInputType());
8943 || isPasswordInputType(getInputType());
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedAction.java754 public int getInputType() { method in class:GuidedAction
H A DGuidedActionsStylist.java755 titleView.setInputType(action.getInputType());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java510 public int getInputType() { method in class:SearchView
511 return mSearchSrcTextView.getInputType();
1167 int inputType = mSearchable.getInputType();
/frameworks/base/core/java/android/app/
H A DSearchDialog.java396 int inputType = mSearchable.getInputType();
H A DSearchableInfo.java744 public int getInputType() { method in class:SearchableInfo
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2478 public int getInputType() { method in class:AccessibilityNodeInfo

Completed in 604 milliseconds

12