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

12 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
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...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerActivity.java 29 import android.text.InputType;
66 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL);
68 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
  /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;
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampSamplingTexture.cpp 40 template <typename InputType, typename OutputType>
41 const glw::GLuint TextureBorderClampSamplingTexture<InputType, OutputType>::m_texture_unit = 0;
58 * @param inputType enum representing data type for input texture
61 template <typename InputType, typename OutputType>
62 TestConfiguration<InputType, OutputType>::TestConfiguration(
65 glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor,
66 OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType)
82 , m_input_type(inputType)
92 template <typename InputType, typename OutputType
    [all...]
  /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/src/androidTest/java/androidx/appcompat/widget/
SearchViewTest.java 38 import android.text.InputType;
281 mSearchView.setInputType(InputType.TYPE_CLASS_NUMBER
282 | InputType.TYPE_NUMBER_FLAG_DECIMAL
283 | InputType.TYPE_NUMBER_FLAG_SIGNED);
284 assertEquals(InputType.TYPE_CLASS_NUMBER
285 | InputType.TYPE_NUMBER_FLAG_DECIMAL
286 | InputType.TYPE_NUMBER_FLAG_SIGNED, mSearchView.getInputType());
288 mSearchView.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_CAP_WORDS);
289 assertEquals(InputType.TYPE_CLASS_TEX
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 61 enum InputType
182 static std::string inputTypeToString (InputType type);
189 static int inputTypeSize (InputType type);
194 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
195 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
197 InputType inputType;
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ValidatedEditTextPreference.java 24 import android.text.InputType;
77 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);
94 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
96 textView.setInputType(InputType.TYPE_CLASS_TEXT);
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
EditPinPreference.java 22 import android.text.InputType;
81 getEditText().setInputType(InputType.TYPE_CLASS_NUMBER |
82 InputType.TYPE_NUMBER_VARIATION_PASSWORD);
  /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/darwin-x86/clang-4393122/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/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;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
XRayArgs.h 32 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;

Completed in 777 milliseconds

12 3 4 5 6 7 8 91011>>