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

1 2 34 5 6 7 8 9

  /cts/tests/tests/text/src/android/text/method/cts/
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;
BaseKeyListenerTest.java 21 import android.text.InputType;
154 return InputType.TYPE_CLASS_DATETIME
155 | InputType.TYPE_DATETIME_VARIATION_DATE;
QwertyKeyListenerTest.java 19 import android.text.InputType;
207 int expected = InputType.TYPE_CLASS_TEXT;
211 expected = InputType.TYPE_CLASS_TEXT
212 | InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS;
TextKeyListenerTest.java 22 import android.text.InputType;
239 int expected = InputType.TYPE_CLASS_TEXT;
243 expected = InputType.TYPE_CLASS_TEXT
244 | InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS;
DigitsKeyListenerTest.java 19 import android.text.InputType;
645 int expected = InputType.TYPE_CLASS_NUMBER;
649 expected = InputType.TYPE_CLASS_NUMBER
650 | InputType.TYPE_NUMBER_FLAG_SIGNED;
654 expected = InputType.TYPE_CLASS_NUMBER
655 | InputType.TYPE_NUMBER_FLAG_DECIMAL;
659 expected = InputType.TYPE_CLASS_NUMBER
660 | InputType.TYPE_NUMBER_FLAG_SIGNED
661 | InputType.TYPE_NUMBER_FLAG_DECIMAL;
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 206 enum InputType
217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
218 : inputType (inputType_)
224 InputType inputType;
884 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type);
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type)
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type
    [all...]
  /development/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;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateTimeLocalInputType.cpp 53 PassRefPtrWillBeRawPtr<InputType> DateTimeLocalInputType::create(HTMLInputElement& element)
77 InputType::setValueAsDate(value, exceptionState);
84 return InputType::createStepRange(anyStepHandling, dateTimeLocalDefaultStepBase, Decimal::fromDouble(DateComponents::minimumDateTime()), Decimal::fromDouble(DateComponents::maximumDateTime()), stepDescription);
DateInputType.cpp 56 PassRefPtrWillBeRawPtr<InputType> DateInputType::create(HTMLInputElement& element)
75 return InputType::createStepRange(anyStepHandling, dateDefaultStepBase, Decimal::fromDouble(DateComponents::minimumDate()), Decimal::fromDouble(DateComponents::maximumDate()), stepDescription);
RadioInputType.cpp 40 PassRefPtrWillBeRawPtr<InputType> RadioInputType::create(HTMLInputElement& element)
122 if (!InputType::isKeyboardFocusable())
BaseCheckableInputType.cpp 89 InputType::accessKeyAction(sendMouseEvents);
CheckboxInputType.cpp 43 PassRefPtrWillBeRawPtr<InputType> CheckboxInputType::create(HTMLInputElement& element)
FileInputType.h 47 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
NumberInputType.cpp 96 PassRefPtrWillBeRawPtr<InputType> NumberInputType::create(HTMLInputElement& element)
148 return InputType::createStepRange(anyStepHandling, numberDefaultStepBase, -doubleMax, doubleMax, stepDescription);
276 InputType::minOrMaxAttributeChanged();
284 InputType::stepAttributeChanged();
NumberInputType.h 42 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
TextFieldInputType.h 34 #include "core/html/forms/InputType.h"
43 class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner {
TextFieldInputType.cpp 112 : InputType(element)
155 // We don't ask InputType::setValue to dispatch events because
156 // TextFieldInputType dispatches events different way from InputType.
157 InputType::setValue(sanitizedValue, valueChanged, DispatchNoEvent);
253 InputType::handleFocusEvent(oldFocusedNode, focusType);
259 InputType::handleBlurEvent();
267 return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) && toTextEvent(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event);
323 InputType::destroyShadowSubtree();
474 InputType::appendFormData(list, multipart);
ColorInputType.cpp 76 PassRefPtrWillBeRawPtr<InputType> ColorInputType::create(HTMLInputElement& element)
144 InputType::setValue(value, valueChanged, eventBehavior);
  /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;
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_device_template.h 20 // InputType/OutputType can be any class that implements the capturing/rendering
22 template <class InputType, class OutputType>
31 return InputType::SetAndroidAudioDeviceObjects(javaVM, env, context);
36 InputType::ClearAndroidAudioDeviceObjects();
410 InputType input_;
  /external/eigen/unsupported/test/
autodiff.cpp 39 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
71 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
109 typename Func::InputType x = Func::InputType::Random(f.inputs());
  /frameworks/base/core/java/android/text/
InputType.java 30 * <dd>inputType = TYPE_CLASS_TEXT |
34 * <dd>inputType = TYPE_CLASS_TEXT |
39 * <dd>inputType = TYPE_CLASS_DATETIME |
43 public interface InputType {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 27 import android.text.InputType;
156 InputType.TYPE_CLASS_TEXT | (((CheckBox) view).isChecked() ?
157 InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD :
158 InputType.TYPE_TEXT_VARIATION_PASSWORD));
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 48 import android.text.InputType;
    [all...]

Completed in 397 milliseconds

1 2 34 5 6 7 8 9