Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/cj/include/
H A Dinput_method_ffi_structs.h66 int8_t textInputType; member
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h96 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 Djs_get_input_method_controller.cpp148 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 Dinputmethodcontroller_fuzzer.cpp90 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local
91 info.SetTextInputType(textInputType); in TestOnConfigurationChange()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp311 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 Dinput_method_ability_test.cpp458 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 Dcj_input_method_controller.cpp66 .inputPattern = txtCfg.inputAttrbute.textInputType, in Attach()
158 config.SetTextInputType(static_cast<TextInputType>(inputAttribute.textInputType)); in UpdateAttribute()

Completed in 8 milliseconds