Searched refs:textInputType (Results 1 - 7 of 7) sorted by relevance
/base/inputmethod/imf/frameworks/cj/include/ |
H A D | input_method_ffi_structs.h | 66 int8_t textInputType; member
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 96 return textInputType; in GetTextInputType() 101 textInputType = textType; in SetTextInputType() 106 TextInputType textInputType = TextInputType::TEXT; member in OHOS::MiscServices::Configuration
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 148 napi_value textInputType = nullptr; in GetJsTextInputTypeProperty() local 169 NAPI_CALL(env, napi_create_object(env, &textInputType)); in GetJsTextInputTypeProperty() 170 NAPI_CALL(env, napi_set_named_property(env, textInputType, "NONE", typeNone)); in GetJsTextInputTypeProperty() 171 NAPI_CALL(env, napi_set_named_property(env, textInputType, "TEXT", typeText)); in GetJsTextInputTypeProperty() 172 NAPI_CALL(env, napi_set_named_property(env, textInputType, "MULTILINE", typeMultiline)); in GetJsTextInputTypeProperty() 173 NAPI_CALL(env, napi_set_named_property(env, textInputType, "NUMBER", typeNumber)); in GetJsTextInputTypeProperty() 174 NAPI_CALL(env, napi_set_named_property(env, textInputType, "PHONE", typePhone)); in GetJsTextInputTypeProperty() 175 NAPI_CALL(env, napi_set_named_property(env, textInputType, "DATETIME", typeDatatime)); in GetJsTextInputTypeProperty() 176 NAPI_CALL(env, napi_set_named_property(env, textInputType, "EMAIL_ADDRESS", typeEmailAddress)); in GetJsTextInputTypeProperty() 177 NAPI_CALL(env, napi_set_named_property(env, textInputType, "UR in GetJsTextInputTypeProperty() [all...] |
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
H A D | inputmethodcontroller_fuzzer.cpp | 90 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local 91 info.SetTextInputType(textInputType); in TestOnConfigurationChange()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_attach_test.cpp | 311 TextInputType textInputType = TextInputType::DATETIME; in HWTEST_F() local 312 config.SetTextInputType(textInputType); in HWTEST_F() 332 TextInputType textInputType = TextInputType::DATETIME; in HWTEST_F() local 333 config.SetTextInputType(textInputType); in HWTEST_F() 343 EXPECT_EQ(inputPattern, (int)textInputType); in HWTEST_F()
|
H A D | input_method_ability_test.cpp | 458 TextInputType textInputType = TextInputType::DATETIME; in HWTEST_F() local 459 config.SetTextInputType(textInputType); in HWTEST_F() 468 EXPECT_EQ(inputPattern, (int)textInputType); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/cj/src/ |
H A D | cj_input_method_controller.cpp | 66 .inputPattern = txtCfg.inputAttrbute.textInputType, in Attach() 158 config.SetTextInputType(static_cast<TextInputType>(inputAttribute.textInputType)); in UpdateAttribute()
|
Completed in 7 milliseconds