HomeSort by relevance Sort by last modified time
    Searched refs:InputType (Results 26 - 50 of 252) sorted by null

12 3 4 5 6 7 8 91011

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsQwertyEmail.java 20 import android.text.InputType;
48 emailField.inputType =
49 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS;
TestsQwertyUrl.java 20 import android.text.InputType;
48 emailField.inputType =
49 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_URI;
TestsDvorakEmail.java 20 import android.text.InputType;
50 emailField.inputType =
51 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS;
TestsDvorakUrl.java 20 import android.text.InputType;
50 emailField.inputType =
51 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_URI;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 19 import android.text.InputType;
80 final int elementId, final int inputType, final int imeOptions,
83 editorInfo.inputType = inputType;
121 final int elementId, final int inputType) {
123 doTestMoreKeysOf(code, subtype, elementId, inputType,
127 doTestMoreKeysOf(code, subtype, elementId, inputType,
131 doTestMoreKeysOf(code, subtype, elementId, inputType,
135 doTestMoreKeysOf(code, subtype, elementId, inputType,
139 doTestMoreKeysOf(code, subtype, elementId, inputType,
    [all...]
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 41 typedef typename Functor::InputType InputType;
64 int df(const InputType& _x, JacobianType &jac) const
71 const typename InputType::Index n = _x.size();
74 InputType x = _x;
  /cts/tests/tests/widget/src/android/widget/cts/
SearchViewTest.java 38 import android.text.InputType;
245 mSearchView.setInputType(InputType.TYPE_CLASS_NUMBER
246 | InputType.TYPE_NUMBER_FLAG_DECIMAL
247 | InputType.TYPE_NUMBER_FLAG_SIGNED);
248 assertEquals(InputType.TYPE_CLASS_NUMBER
249 | InputType.TYPE_NUMBER_FLAG_DECIMAL
250 | InputType.TYPE_NUMBER_FLAG_SIGNED, mSearchView.getInputType());
252 mSearchView.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_CAP_WORDS);
253 assertEquals(InputType.TYPE_CLASS_TEX
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
SearchViewTest.java 39 import android.text.InputType;
280 mSearchView.setInputType(InputType.TYPE_CLASS_NUMBER
281 | InputType.TYPE_NUMBER_FLAG_DECIMAL
282 | InputType.TYPE_NUMBER_FLAG_SIGNED);
283 assertEquals(InputType.TYPE_CLASS_NUMBER
284 | InputType.TYPE_NUMBER_FLAG_DECIMAL
285 | InputType.TYPE_NUMBER_FLAG_SIGNED, mSearchView.getInputType());
287 mSearchView.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_CAP_WORDS);
288 assertEquals(InputType.TYPE_CLASS_TEX
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 56 enum InputType
177 static std::string inputTypeToString (InputType type);
184 static int inputTypeSize (InputType type);
189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
192 InputType inputType;
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
EditPinPreference.java 22 import android.text.InputType;
71 getEditText().setInputType(InputType.TYPE_CLASS_NUMBER |
72 InputType.TYPE_NUMBER_VARIATION_PASSWORD);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 37 class InputType(Type):
98 class OutputType(InputType):
  /external/python/cpython2/Tools/framer/
example.py 37 class InputType(Type):
98 class OutputType(InputType):
  /frameworks/base/core/java/android/text/method/
DialerKeyListener.java 19 import android.text.InputType;
48 return InputType.TYPE_CLASS_PHONE;
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DigitsEditText.java 21 import android.text.InputType;
32 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DigitsEditText.java 22 import android.text.InputType;
40 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 24 import android.text.InputType;
166 switch (attribute.inputType & InputType.TYPE_MASK_CLASS) {
167 case InputType.TYPE_CLASS_NUMBER:
168 case InputType.TYPE_CLASS_DATETIME:
174 case InputType.TYPE_CLASS_PHONE:
180 case InputType.TYPE_CLASS_TEXT:
190 int variation = attribute.inputType & InputType.TYPE_MASK_VARIATION;
191 if (variation == InputType.TYPE_TEXT_VARIATION_PASSWORD |
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
DateKeyListenerTest.java 27 import android.text.InputType;
115 final int dateTimeType = InputType.TYPE_CLASS_DATETIME
116 | InputType.TYPE_DATETIME_VARIATION_DATE;
118 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL;

Completed in 2830 milliseconds

12 3 4 5 6 7 8 91011