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.js73 textInputType: inputMethod.TextInputType.TEXT, property
385 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… property
415 let attribute = { textInputType: 1, enterKeyType: 1 }; property
857 textInputType: inputMethod.TextInputType.TEXT, property
DInputMethodTest.js714 textInputType: inputMethod.TextInputType.TEXT, property
748 textInputType: inputMethod.TextInputType.TEXT, property
966 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… property
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_attach_test.cpp275 TextInputType textInputType = TextInputType::DATETIME; variable
296 TextInputType textInputType = TextInputType::DATETIME; variable
Dinput_method_ability_test.cpp455 TextInputType textInputType = TextInputType::DATETIME; variable
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp90 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h107 TextInputType textInputType = TextInputType::TEXT; variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp148 napi_value textInputType = nullptr; in GetJsTextInputTypeProperty() local