Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h71 return textInputType; in GetTextInputType()
76 textInputType = textType; in SetTextInputType()
81 TextInputType textInputType = TextInputType::TEXT; variable
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp91 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local
92 info.SetTextInputType(textInputType); in TestOnConfigurationChange()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp142 napi_value textInputType = nullptr; in GetJsTextInputTypeProperty() local
161 NAPI_CALL(env, napi_create_object(env, &textInputType)); in GetJsTextInputTypeProperty()
162 NAPI_CALL(env, napi_set_named_property(env, textInputType, "NONE", typeNone)); in GetJsTextInputTypeProperty()
163 NAPI_CALL(env, napi_set_named_property(env, textInputType, "TEXT", typeText)); in GetJsTextInputTypeProperty()
164 NAPI_CALL(env, napi_set_named_property(env, textInputType, "MULTILINE", typeMultiline)); in GetJsTextInputTypeProperty()
165 NAPI_CALL(env, napi_set_named_property(env, textInputType, "NUMBER", typeNumber)); in GetJsTextInputTypeProperty()
166 NAPI_CALL(env, napi_set_named_property(env, textInputType, "PHONE", typePhone)); in GetJsTextInputTypeProperty()
167 NAPI_CALL(env, napi_set_named_property(env, textInputType, "DATETIME", typeDatatime)); in GetJsTextInputTypeProperty()
168 NAPI_CALL(env, napi_set_named_property(env, textInputType, "EMAIL_ADDRESS", typeEmailAddress)); in GetJsTextInputTypeProperty()
169 NAPI_CALL(env, napi_set_named_property(env, textInputType, "URL", typeUrl)); in GetJsTextInputTypeProperty()
[all …]
/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
235 config.SetTextInputType(textInputType);
255 TextInputType textInputType = TextInputType::DATETIME; variable
256 config.SetTextInputType(textInputType);
266 EXPECT_EQ(inputPattern, (int)textInputType);
Dinput_method_ability_test.cpp383 TextInputType textInputType = TextInputType::DATETIME; variable
384 config.SetTextInputType(textInputType);
393 EXPECT_EQ(inputPattern, (int)textInputType);