HomeSort by relevance Sort by last modified time
    Searched refs:InputType (Results 51 - 75 of 211) sorted by null

1 23 4 5 6 7 8 9

  /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...]
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 132 int contentType = InputType.TYPE_CLASS_TEXT;
135 contentType |= InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS;
138 contentType |= InputType.TYPE_TEXT_FLAG_CAP_WORDS;
141 contentType |= InputType.TYPE_TEXT_FLAG_CAP_SENTENCES;
145 contentType |= InputType.TYPE_TEXT_FLAG_AUTO_CORRECT;
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 78 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE};
149 SingleVertexArrayStrideGroup (Context& context, Array::InputType type);
158 Array::InputType m_type;
161 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type)
244 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED, Array::INPUTTYPE_INT_2_10_10_10 };
255 SingleVertexArrayFirstGroup (Context& context, Array::InputType type);
263 Array::InputType m_type;
266 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type)
348 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_INT_2_10_10_10 };
359 SingleVertexArrayOffsetGroup (Context& context, Array::InputType type)
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
DateTimeKeyListenerTest.java 19 import android.text.InputType;
52 int expected = InputType.TYPE_CLASS_DATETIME
53 | InputType.TYPE_DATETIME_VARIATION_NORMAL;
TimeKeyListenerTest.java 19 import android.text.InputType;
47 int expected = InputType.TYPE_CLASS_DATETIME
48 | InputType.TYPE_DATETIME_VARIATION_TIME;
MultiTapKeyListenerTest.java 19 import android.text.InputType;
235 int expected = InputType.TYPE_CLASS_TEXT;
239 expected = InputType.TYPE_CLASS_TEXT
240 | InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS
241 | InputType.TYPE_TEXT_FLAG_AUTO_CORRECT;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 26 import android.text.InputType;
245 params.mIsPasswordField = InputTypeUtils.isPasswordInputType(editorInfo.inputType);
401 final int inputType = editorInfo.inputType;
402 final int variation = inputType & InputType.TYPE_MASK_VARIATION;
404 switch (inputType & InputType.TYPE_MASK_CLASS) {
405 case InputType.TYPE_CLASS_NUMBER:
407 case InputType.TYPE_CLASS_DATETIME
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
GetPin2Screen.java 23 import android.text.InputType;
57 InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_VARIATION_PASSWORD);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateInputType.h 49 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
DateTimeLocalInputType.h 49 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
ImageInputType.h 43 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
MonthInputType.h 47 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
PasswordInputType.cpp 44 PassRefPtrWillBeRawPtr<InputType> PasswordInputType::create(HTMLInputElement& element)
SubmitInputType.cpp 45 PassRefPtrWillBeRawPtr<InputType> SubmitInputType::create(HTMLInputElement& element)
TimeInputType.h 47 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
WeekInputType.h 47 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
TextFieldInputType.h 34 #include "core/html/forms/InputType.h"
43 class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner {
46 virtual void trace(Visitor* visitor) OVERRIDE { InputType::trace(visitor); }
WeekInputType.cpp 51 PassRefPtrWillBeRawPtr<InputType> WeekInputType::create(HTMLInputElement& element)
70 return InputType::createStepRange(anyStepHandling, weekDefaultStepBase, Decimal::fromDouble(DateComponents::minimumWeek()), Decimal::fromDouble(DateComponents::maximumWeek()), stepDescription);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 156 typedef InT InputType;
167 const InputType *ein = reinterpret_cast<const InputType*>(input + i * stride);
179 static void copyComponent(OutputType *out, const InputType *in, std::size_t elementindex, OutputType defaultvalue)
  /external/eigen/unsupported/test/
forward_adolc.cpp 33 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
103 typename Func::InputType x = Func::InputType::Random(f.inputs());
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/jni/
opensl_runner.cc 28 template <class InputType, class OutputType>
68 InputType input_;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
TextEditor.java 20 import android.text.InputType;
62 return InputType.TYPE_CLASS_TEXT;
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 75 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE};
146 SingleVertexArrayStrideGroup (Context& context, Array::InputType type);
155 Array::InputType m_type;
158 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type)
241 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED, Array::INPUTTYPE_INT_2_10_10_10 };
252 SingleVertexArrayFirstGroup (Context& context, Array::InputType type);
260 Array::InputType m_type;
263 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type)
345 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_INT_2_10_10_10 };
356 SingleVertexArrayOffsetGroup (Context& context, Array::InputType type)
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 64 enum InputType
143 static std::string inputTypeToString (InputType type);
148 static int inputTypeSize (InputType type);
153 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
159 virtual InputType getInputType (void) const = 0;
175 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
182 virtual Array::InputType getInputType (void) const { return m_inputType; }
193 static deUint32 inputTypeToGL (Array::InputType type);
208 Array::InputType m_inputType;
360 static GLValue getMaxValue (Array::InputType type)
    [all...]

Completed in 1146 milliseconds

1 23 4 5 6 7 8 9