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

1 2 3 4 5 67 8 91011

  /frameworks/base/core/tests/coretests/src/android/text/method/
BackspaceTest.java 22 import android.text.InputType;
44 return InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL;
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 29 import android.text.InputType;
414 mTextIn.setInputType(InputType.TYPE_CLASS_NUMBER
415 | InputType.TYPE_NUMBER_VARIATION_PASSWORD);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 32 import android.text.InputType;
386 textInput.setInputType(InputType.TYPE_CLASS_NUMBER);
394 textInput.setInputType(InputType.TYPE_CLASS_TEXT);
  /external/clang/lib/Driver/
ToolChain.cpp 418 types::ID InputType) const {
491 if ((InputType != types::TY_PP_Asm && Args.hasFlag(options::OPT_mthumb,
506 types::ID InputType) const {
507 return ComputeLLVMTriple(Args, InputType);
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
61 //int operator()(const InputType &x, ValueType& fvec) { }
64 //int df(const InputType &x, JacobianType& fjac) { }
73 typedef Matrix<Scalar,Dynamic,1> InputType;
88 //int operator()(const InputType &x, ValueType& fvec) { }
91 //int df(const InputType &x, JacobianType& fjac) { }
  /external/skia/src/gpu/ccpr/
GrCCPRCubicProcessor.cpp 222 g->configure(GrGLSLGeometryBuilder::InputType::kLinesAdjacency,
272 g->configure(GrGLSLGeometryBuilder::InputType::kLinesAdjacency,
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h 27 // InputType/OutputType can be any class that implements the capturing/rendering
30 // internal implementation of InputType and OutputType will RTC_DCHECK if that
32 // thread. See comments in each InputType/OutputType class for more info.
37 template <class InputType, class OutputType>
500 InputType input_;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 380 types::ID InputType = types::TY_INVALID) const;
389 types::ID InputType = types::TY_INVALID) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 380 types::ID InputType = types::TY_INVALID) const;
389 types::ID InputType = types::TY_INVALID) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 380 types::ID InputType = types::TY_INVALID) const;
389 types::ID InputType = types::TY_INVALID) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 380 types::ID InputType = types::TY_INVALID) const;
389 types::ID InputType = types::TY_INVALID) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 380 types::ID InputType = types::TY_INVALID) const;
389 types::ID InputType = types::TY_INVALID) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 380 types::ID InputType = types::TY_INVALID) const;
389 types::ID InputType = types::TY_INVALID) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 380 types::ID InputType = types::TY_INVALID) const;
389 types::ID InputType = types::TY_INVALID) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 380 types::ID InputType = types::TY_INVALID) const;
389 types::ID InputType = types::TY_INVALID) const;
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 101 enum InputType
112 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
113 : inputType (inputType_)
119 InputType inputType;
651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
775 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC
    [all...]
  /frameworks/base/core/java/android/app/
SearchableInfo.java 34 import android.text.InputType;
322 InputType.TYPE_CLASS_TEXT |
323 InputType.TYPE_TEXT_VARIATION_NORMAL);
738 * {@link InputType#TYPE_CLASS_TEXT} if not specified (which is appropriate
    [all...]
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmLockPassword.java 30 import android.text.InputType;
172 : (InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_VARIATION_PASSWORD));
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 26 import android.text.InputType;
244 int inputType = field.inputType;
245 fieldView.setInputType(inputType);
246 if (inputType == InputType.TYPE_CLASS_PHONE) {
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
GuidedStepActivity.java 33 import android.text.InputType;
281 InputType.TYPE_CLASS_NUMBER,
413 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
GuidedStepSupportActivity.java 36 import android.text.InputType;
284 InputType.TYPE_CLASS_NUMBER,
416 InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 19 import android.text.InputType;
86 * to match those in {@link InputType}.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 43 import android.text.InputType;
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java 34 import android.text.InputType;
742 mInputText.setRawInputType(InputType.TYPE_CLASS_NUMBER);
    [all...]
SearchView.java 43 import android.text.InputType;
342 final int inputType = a.getInt(R.styleable.SearchView_inputType, -1);
343 if (inputType != -1) {
344 setInputType(inputType);
446 * @param inputType the input type to set on the query text field
450 public void setInputType(int inputType) {
451 mSearchSrcTextView.setInputType(inputType);
    [all...]

Completed in 1052 milliseconds

1 2 3 4 5 67 8 91011