Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js88 textInputType: inputMethod.TextInputType.TEXT, property
399 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… property
429 let attribute = { textInputType: 1, enterKeyType: 1 }; property
893 textInputType: inputMethod.TextInputType.TEXT, property
1418 textInputType: inputMethod.TextInputType.TEXT, property
DInputMethodTest.js715 textInputType: inputMethod.TextInputType.TEXT, property
749 textInputType: inputMethod.TextInputType.TEXT, property
967 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… property
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_attach_test.cpp315 TextInputType textInputType = TextInputType::DATETIME; variable
337 TextInputType textInputType = TextInputType::DATETIME; variable
Dinput_method_ability_test.cpp746 TextInputType textInputType = TextInputType::DATETIME; variable
/base/inputmethod/imf/frameworks/cj/include/
Dinput_method_ffi_structs.h65 int8_t textInputType; member
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp122 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h119 TextInputType textInputType = TextInputType::TEXT; variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp159 napi_value textInputType = nullptr; in GetJsTextInputTypeProperty() local