Home
last modified time | relevance | path

Searched refs:SetInputStyle (Results 1 – 25 of 29) sorted by relevance

12

/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.cpp277 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()
540 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890f02()
H A Dtext_input_menu_test.cpp266 model.SetInputStyle(InputStyle::INLINE); in __anon9a64309d0802()
305 model.SetInputStyle(InputStyle::INLINE); in __anon9a64309d0902()
344 model.SetInputStyle(InputStyle::INLINE); in __anon9a64309d0a02()
383 model.SetInputStyle(InputStyle::INLINE); in __anon9a64309d0b02()
422 model.SetInputStyle(InputStyle::INLINE); in __anon9a64309d0c02()
461 model.SetInputStyle(InputStyle::INLINE); in __anon9a64309d0d02()
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_input_modify_test.cpp1682 model.SetInputStyle(frameNode, InputStyle::DEFAULT); in __anonba04f1101102()
1692 model.SetInputStyle(frameNode, InputStyle::DEFAULT); in __anonba04f1101202()
1699 model.SetInputStyle(frameNode, InputStyle::INLINE); in __anonba04f1101302()
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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp411 textField->SetInputStyle(InputStyle::INLINE);
436 textField->SetInputStyle(InputStyle::INLINE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_area_modifier.cpp43 TextFieldModelNG::SetInputStyle(frameNode, static_cast<InputStyle>(style)); in SetTextAreaStyle()
50 TextFieldModelNG::SetInputStyle(frameNode, DEFAULT_TEXT_AREA_STYLE); in ResetTextAreaStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.h53 void SetInputStyle(InputStyle& value);
H A Dtext_field_model_ng.h57 void SetInputStyle(InputStyle value) override;
140 static void SetInputStyle(FrameNode* frameNode, InputStyle value);
H A Dtext_field_paint_method.cpp181 textFieldOverlayModifier_->SetInputStyle(inputStyle); in UpdateOverlayModifier()
H A Dtext_field_model.h290 virtual void SetInputStyle(InputStyle value) = 0;
H A Dtext_field_overlay_modifier.cpp388 void TextFieldOverlayModifier::SetInputStyle(InputStyle& value) in SetInputStyle() function in OHOS::Ace::NG::TextFieldOverlayModifier
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp321 void TextFieldComponent::SetInputStyle(InputStyle style) in SetInputStyle() function in OHOS::Ace::TextFieldComponent
323 declaration_->SetInputStyle(style); in SetInputStyle()
H A Dtext_field_component.h135 void SetInputStyle(InputStyle style);
H A Drender_text_field.h380 void SetInputStyle(InputStyle style) in SetInputStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.h53 static void SetInputStyle(const JSCallbackInfo& info);
H A Djs_textarea.cpp66 JSClass<JSTextArea>::StaticMethod("style", &JSTextField::SetInputStyle); in JSBind()
H A Djs_textinput.cpp73 JSClass<JSTextInput>::StaticMethod("style", &JSTextField::SetInputStyle); in JSBind()
H A Djs_textfield.cpp351 void JSTextField::SetInputStyle(const JSCallbackInfo& info) in SetInputStyle() function in OHOS::Ace::Framework::JSTextField
358 TextFieldModel::GetInstance()->SetInputStyle(InputStyle::INLINE); in SetInputStyle()
360 TextFieldModel::GetInstance()->SetInputStyle(InputStyle::DEFAULT); in SetInputStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.h57 void SetInputStyle(InputStyle value) override;
H A Dtext_field_model_impl.cpp279 void TextFieldModelImpl::SetInputStyle(InputStyle value) in SetInputStyle() function in OHOS::Ace::Framework::TextFieldModelImpl
284 component->SetInputStyle(value); in SetInputStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h220 void SetInputStyle(InputStyle inputStyle) in SetInputStyle() function

12