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

1 2 34 5 6 7 8 91011

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 32 import static android.text.InputType.TYPE_CLASS_TEXT;
33 import static android.text.InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS;
34 import static android.text.InputType.TYPE_TEXT_VARIATION_PASSWORD;
BiDiTestGridLayoutCodeRtl.java 32 import static android.text.InputType.TYPE_CLASS_TEXT;
33 import static android.text.InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS;
34 import static android.text.InputType.TYPE_TEXT_VARIATION_PASSWORD;
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout3.java 26 import static android.text.InputType.TYPE_CLASS_TEXT;
27 import static android.text.InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS;
28 import static android.text.InputType.TYPE_TEXT_VARIATION_PASSWORD;
  /packages/apps/Messaging/src/com/android/messaging/ui/debug/
DebugMmsConfigItemView.java 22 import android.text.InputType;
108 mEditText.setInputType(InputType.TYPE_CLASS_PHONE);
110 mEditText.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
ValidatedEditTextPreferenceTest.java 20 import android.text.InputType;
115 & (InputType.TYPE_TEXT_VARIATION_PASSWORD | InputType.TYPE_CLASS_TEXT))
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 26 import android.text.InputType;
276 params.mIsPasswordField = InputTypeUtils.isPasswordInputType(editorInfo.inputType);
474 final int inputType = editorInfo.inputType;
475 final int variation = inputType & InputType.TYPE_MASK_VARIATION;
477 switch (inputType & InputType.TYPE_MASK_CLASS) {
478 case InputType.TYPE_CLASS_NUMBER:
480 case InputType.TYPE_CLASS_DATETIME
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 112 template<typename InputType>
113 explicit ComplexSchur(const EigenBase<InputType>& matrix, bool computeU = true)
190 template<typename InputType>
191 ComplexSchur& compute(const EigenBase<InputType>& matrix, bool computeU = true);
318 template<typename InputType>
319 ComplexSchur<MatrixType>& ComplexSchur<MatrixType>::compute(const EigenBase<InputType>& matrix, bool computeU)
ComplexSchur_LAPACKE.h 41 template<> template<typename InputType> inline \
43 ComplexSchur<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW> >::compute(const EigenBase<InputType>& matrix, bool computeU) \
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 112 template <typename InputType>
113 explicit CompleteOrthogonalDecomposition(const EigenBase<InputType>& matrix)
127 template<typename InputType>
128 explicit CompleteOrthogonalDecomposition(EigenBase<InputType>& matrix)
183 template <typename InputType>
184 CompleteOrthogonalDecomposition& compute(const EigenBase<InputType>& matrix) {
HouseholderQR.h 96 template<typename InputType>
97 explicit HouseholderQR(const EigenBase<InputType>& matrix)
114 template<typename InputType>
115 explicit HouseholderQR(EigenBase<InputType>& matrix)
169 template<typename InputType>
170 HouseholderQR& compute(const EigenBase<InputType>& matrix) {
ColPivHouseholderQR.h 123 template<typename InputType>
124 explicit ColPivHouseholderQR(const EigenBase<InputType>& matrix)
144 template<typename InputType>
145 explicit ColPivHouseholderQR(EigenBase<InputType>& matrix)
210 template<typename InputType>
211 ColPivHouseholderQR& compute(const EigenBase<InputType>& matrix);
471 template<typename InputType>
472 ColPivHouseholderQR<MatrixType>& ColPivHouseholderQR<MatrixType>::compute(const EigenBase<InputType>& matrix)
ColPivHouseholderQR_LAPACKE.h 42 template<> template<typename InputType> inline \
45 const EigenBase<InputType>& matrix) \
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 24 import android.text.InputType;
325 contentType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL;
327 contentType = InputType.TYPE_CLASS_NUMBER;
329 contentType |= InputType.TYPE_NUMBER_FLAG_SIGNED;
332 contentType |= InputType.TYPE_NUMBER_FLAG_DECIMAL;
  /cts/tests/tests/text/src/android/text/method/cts/
DialerKeyListenerTest.java 27 import android.text.InputType;
94 assertEquals(InputType.TYPE_CLASS_PHONE, listener.getInputType());
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TextViewBindingAdapterTest.java 28 import android.text.InputType;
59 int expectedType = InputType.TYPE_CLASS_NUMBER;
61 expectedType |= InputType.TYPE_NUMBER_FLAG_SIGNED;
64 expectedType |= InputType.TYPE_NUMBER_FLAG_DECIMAL;
192 return ((textKeyListener.getInputType() & InputType.TYPE_TEXT_FLAG_AUTO_CORRECT) != 0);
200 int inputType = keyListener.getInputType();
201 if ((inputType & InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS) != 0) {
203 } else if ((inputType & InputType.TYPE_TEXT_FLAG_CAP_WORDS) != 0)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
PhoneNumberPreference.java 23 import android.text.InputType;
87 getEditText().setInputType(InputType.TYPE_CLASS_PHONE);
  /packages/apps/Settings/src/com/android/settings/display/
DensityPreference.java 20 import android.text.InputType;
64 editText.setInputType(InputType.TYPE_CLASS_NUMBER);
  /packages/services/Car/car-support-lib/src/android/support/car/input/
CarRestrictedEditText.java 19 import android.text.InputType;
59 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
  /external/clang/include/clang/Driver/
SanitizerArgs.h 70 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 67 template<typename InputType>
68 generic_matrix_wrapper(const InputType &mat)
374 template<typename InputType>
375 void grab(const InputType &A)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
PasswordInputWizardFragment.java 24 import android.text.InputType;
190 mTextInput.setInputType(InputType.TYPE_CLASS_TEXT |
192 InputType.TYPE_TEXT_VARIATION_PASSWORD :
193 InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 74 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 74 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 74 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 74 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;

Completed in 941 milliseconds

1 2 34 5 6 7 8 91011