HomeSort by relevance Sort by last modified time
    Searched refs:getInputType (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
LinesEditor.java 24 protected int getInputType() {
IntEditor.java 28 protected int getInputType() {
TextEditor.java 34 textEditor.setInputType(getInputType());
61 protected int getInputType() {
  /frameworks/base/core/java/android/text/method/
DateKeyListener.java 31 public int getInputType() {
DateTimeKeyListener.java 31 public int getInputType() {
TimeKeyListener.java 31 public int getInputType() {
KeyListener.java 56 public int getInputType();
DialerKeyListener.java 47 public int getInputType() {
DigitsKeyListener.java 126 public int getInputType() {
TextKeyListener.java 127 public int getInputType() {
213 public int getInputType() {
  /packages/apps/Stk/src/com/android/stk/
StkDigitsKeyListener.java 32 public int getInputType() {
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TextViewBindingAdapterTest.java 48 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());
  /cts/tests/tests/text/src/android/text/method/cts/
DialerKeyListenerTest.java 75 assertEquals(InputType.TYPE_CLASS_PHONE, listener.getInputType());
DateKeyListenerTest.java 61 assertEquals(expected, dateKeyListener.getInputType());
DateTimeKeyListenerTest.java 63 assertEquals(expected, listener.getInputType());
TimeKeyListenerTest.java 58 assertEquals(expected, listener.getInputType());
MultiTapKeyListenerTest.java 236 assertEquals(expected, listener.getInputType());
242 assertEquals(expected, listener.getInputType());
QwertyKeyListenerTest.java 205 assertEquals(expected, listener.getInputType());
210 assertEquals(expected, listener.getInputType());
TextKeyListenerTest.java 246 assertEquals(expected, listener.getInputType());
251 assertEquals(expected, listener.getInputType());
BackspaceTest.java 30 public int getInputType() {
ForwardDeleteTest.java 30 public int getInputType() {
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DigitsEditText.java 40 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 190 public int getInputType() {
293 public int getInputType() {
  /frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatKitKat.java 94 public static int getInputType(Object info) {
95 return ((AccessibilityNodeInfo) info).getInputType();
  /packages/services/Car/car-support-lib/src/android/support/car/input/
CarRestrictedEditText.java 58 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);

Completed in 80 milliseconds

1 2 3 4 5