Home
last modified time | relevance | path

Searched defs:textInputType (Results 1 – 7 of 7) sorted by relevance

/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js34 textInputType: inputMethod.TextInputType.TEXT, property
323 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… property
353 let attribute = { textInputType: 1, enterKeyType: 1 }; property
DInputMethodTest.js726 textInputType: inputMethod.TextInputType.TEXT, property
760 textInputType: inputMethod.TextInputType.TEXT, property
978 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… property
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_attach_test.cpp234 TextInputType textInputType = TextInputType::DATETIME; variable
255 TextInputType textInputType = TextInputType::DATETIME; variable
Dinput_method_ability_test.cpp383 TextInputType textInputType = TextInputType::DATETIME; variable
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp91 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h81 TextInputType textInputType = TextInputType::TEXT; variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp142 napi_value textInputType = nullptr; in GetJsTextInputTypeProperty() local