HomeSort by relevance Sort by last modified time
    Searched refs:getInputType (Results 1 - 25 of 121) 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() {
  /packages/apps/Stk/src/com/android/stk/
StkDigitsKeyListener.java 32 public int getInputType() {
  /frameworks/base/core/java/android/text/method/
KeyListener.java 56 public int getInputType();
DialerKeyListener.java 47 public int getInputType() {
DateKeyListener.java 40 public int getInputType() {
DateTimeKeyListener.java 40 public int getInputType() {
TimeKeyListener.java 40 public int getInputType() {
TextKeyListener.java 132 public int getInputType() {
218 public int getInputType() {
  /frameworks/support/emoji/core/src/android/support/text/emoji/widget/
EmojiKeyListener.java 42 public int getInputType() {
43 return mKeyListener.getInputType();
  /cts/tests/tests/text/src/android/text/method/cts/
DateKeyListenerTest.java 122 assertEquals(dateTimeType, dateKeyListener.getInputType());
126 assertEquals(dateTimeType, dateKeyListener.getInputType());
128 assertEquals(dateTimeType, dateKeyListener.getInputType());
133 assertEquals(textType, dateKeyListener.getInputType());
DateTimeKeyListenerTest.java 125 assertEquals(dateTimeType, listener.getInputType());
129 assertEquals(dateTimeType, listener.getInputType());
131 assertEquals(dateTimeType, listener.getInputType());
136 assertEquals(textType, listener.getInputType());
TimeKeyListenerTest.java 121 assertEquals(dateTimeType, listener.getInputType());
125 assertEquals(dateTimeType, listener.getInputType());
127 assertEquals(dateTimeType, listener.getInputType());
132 assertEquals(textType, listener.getInputType());
DigitsKeyListenerTest.java     [all...]
QwertyKeyListenerTest.java 189 assertEquals(InputType.TYPE_CLASS_TEXT, listener.getInputType());
227 assertEquals(InputType.TYPE_CLASS_TEXT, listener.getInputType());
232 assertEquals(expected, listener.getInputType());
DialerKeyListenerTest.java 94 assertEquals(InputType.TYPE_CLASS_PHONE, listener.getInputType());
ForwardDeleteTest.java 38 public int getInputType() {
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TextViewBindingAdapterTest.java 49 assertEquals(getExpectedNumericType(), listener.getInputType());
55 assertEquals(getExpectedNumericType(), listener.getInputType());
192 return ((textKeyListener.getInputType() & InputType.TYPE_TEXT_FLAG_AUTO_CORRECT) != 0);
200 int inputType = keyListener.getInputType();
263 assertEquals(mBindingObject.getInputType(), view.getInputType());
265 assertEquals(mBindingObject.getInputType(), view.getInputType());
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DigitsEditText.java 32 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
  /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 193 public int getInputType() {
305 public int getInputType() {
  /cts/tests/tests/widget/src/android/widget/cts/
SearchViewTest.java 92 searchViewWithAttributes.getInputType());
250 | InputType.TYPE_NUMBER_FLAG_SIGNED, mSearchView.getInputType());
254 | InputType.TYPE_TEXT_FLAG_CAP_WORDS, mSearchView.getInputType());
257 assertEquals(InputType.TYPE_CLASS_PHONE, mSearchView.getInputType());
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
SearchViewTest.java 88 searchViewWithAttributes.getInputType());
285 | InputType.TYPE_NUMBER_FLAG_SIGNED, mSearchView.getInputType());
289 | InputType.TYPE_TEXT_FLAG_CAP_WORDS, mSearchView.getInputType());
292 assertEquals(InputType.TYPE_CLASS_PHONE, mSearchView.getInputType());
  /packages/services/Car/car-support-lib/src/android/support/car/input/
CarRestrictedEditText.java 59 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);

Completed in 567 milliseconds

1 2 3 4 5