Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A DInputMethodWithAttachTest.js73 textInputType: inputMethod.TextInputType.TEXT, property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce0400.cfg.inputAttribute
385 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce1000.attribute
415 let attribute = { textInputType: 1, enterKeyType: 1 }; property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce1100.attribute
857 textInputType: inputMethod.TextInputType.TEXT, property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce2300.cfg.inputAttribute
H A DInputMethodTest.js714 textInputType: inputMethod.TextInputType.TEXT, property in AnonymousFunctiondc01d75d0100.AnonymousFunctiondc01d75d2800.attribute
748 textInputType: inputMethod.TextInputType.TEXT, property in AnonymousFunctiondc01d75d0100.AnonymousFunctiondc01d75d2900.attribute
966 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… property in AnonymousFunctiondc01d75d0100.AnonymousFunctiondc01d75d3200.attribute
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.cpp51 auto textInputType = textFieldLayoutProperty->GetTextInputTypeValue(TextInputType::BEGIN); in GetTextInputType() local
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp275 TextInputType textInputType = TextInputType::DATETIME; variable
296 TextInputType textInputType = TextInputType::DATETIME; variable
H A Dinput_method_ability_test.cpp471 TextInputType textInputType = TextInputType::DATETIME; variable
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp90 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h107 TextInputType textInputType = TextInputType::TEXT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp1040 TextInputType textInputType = CastToTextInputType(info[0]->ToNumber<int32_t>()); in SetType() local
H A Djs_textfield.cpp221 TextInputType textInputType = CastToTextInputType(jsValue->ToNumber<int32_t>()); in SetType() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp148 napi_value textInputType = nullptr; in GetJsTextInputTypeProperty() local