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

1 2 3 4 5

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IntEditor.java 28 protected int getInputType() {
LinesEditor.java 24 protected int getInputType() {
TextEditor.java 34 textEditor.setInputType(getInputType());
61 protected 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() {
DigitsKeyListener.java 322 public int getInputType() {
MultiTapKeyListener.java 84 public int getInputType() {
TextKeyListener.java 132 public int getInputType() {
218 public int getInputType() {
QwertyKeyListener.java 85 public int getInputType() {
  /packages/apps/Stk/src/com/android/stk/
StkDigitsKeyListener.java 32 public int getInputType() {
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
EmojiKeyListener.java 43 public int getInputType() {
44 return mKeyListener.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());
  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 605 public int getInputType() {
NumberKeyListenerTest.java 208 public int getInputType() {
  /external/deqp/framework/referencerenderer/
rrShaders.hpp 185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; }
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPicker.java 340 public int getInputType() {
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 193 public int getInputType() {
305 public int getInputType() {
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.hpp 162 const IFDataType& getInputType (void) const
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DescriptorsTest.java 343 fooMethod.getInputType());
351 barMethod.getInputType());
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 175 public int getInputType() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 155 assertThat(textView.getInputType(), not(equalTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD)));
157 assertThat(textView.getInputType(), equalTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 673 private int getInputType(String value) {
794 return getInputType(value);
    [all...]

Completed in 614 milliseconds

1 2 3 4 5