Home
last modified time | relevance | path

Searched refs:DEFAULT_INPUT_STYLE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_area_model_test.cpp231 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10302()
254 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10402()
277 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10502()
300 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10602()
323 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10702()
346 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10802()
369 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10902()
392 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10a02()
415 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10b02()
438 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon110990f10c02()
[all …]
H A Dtext_input_wordbreak_test.cpp100 const InputStyle DEFAULT_INPUT_STYLE = InputStyle::INLINE; variable
277 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890602()
300 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890702()
323 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890802()
346 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890902()
370 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890a02()
394 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890b02()
430 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890c02()
466 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890d02()
502 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890e02()
[all …]
H A Dtext_input_base.h117 const InputStyle DEFAULT_INPUT_STYLE = InputStyle::INLINE; variable
H A Dtext_input_test.cpp1164 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon337d35091902()
1194 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon337d35091a02()
1949 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon337d35092a02()
H A Dtext_field_keyevent_test.cpp606 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon1e91fb870f02()
H A Dtext_input_update_test.cpp706 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon822440ab0c02()
H A Dtext_input_cursor_test.cpp1486 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon916893860b02()
H A Dtext_field_controller_test.cpp211 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon3e9d21400602()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp41 constexpr InputStyle DEFAULT_INPUT_STYLE = InputStyle::DEFAULT; variable
252 TextFieldModelNG::SetInputStyle(frameNode, DEFAULT_INPUT_STYLE); in ResetTextInputStyle()