/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_area_model_test.cpp | 231 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 D | text_input_wordbreak_test.cpp | 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() 540 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anoncc0efc890f02()
|
H A D | text_input_menu_test.cpp | 266 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 D | text_input_test.cpp | 1164 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 D | text_input_modify_test.cpp | 1682 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 D | text_field_keyevent_test.cpp | 606 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon1e91fb870f02()
|
H A D | text_input_update_test.cpp | 706 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon822440ab0c02()
|
H A D | text_input_cursor_test.cpp | 1486 model.SetInputStyle(DEFAULT_INPUT_STYLE); in __anon916893860b02()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/ |
H A D | render_text_field_test.cpp | 411 textField->SetInputStyle(InputStyle::INLINE); 436 textField->SetInputStyle(InputStyle::INLINE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_area_modifier.cpp | 43 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 D | text_field_overlay_modifier.h | 53 void SetInputStyle(InputStyle& value);
|
H A D | text_field_model_ng.h | 57 void SetInputStyle(InputStyle value) override; 140 static void SetInputStyle(FrameNode* frameNode, InputStyle value);
|
H A D | text_field_paint_method.cpp | 181 textFieldOverlayModifier_->SetInputStyle(inputStyle); in UpdateOverlayModifier()
|
H A D | text_field_model.h | 290 virtual void SetInputStyle(InputStyle value) = 0;
|
H A D | text_field_overlay_modifier.cpp | 388 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 D | text_field_component.cpp | 321 void TextFieldComponent::SetInputStyle(InputStyle style) in SetInputStyle() function in OHOS::Ace::TextFieldComponent 323 declaration_->SetInputStyle(style); in SetInputStyle()
|
H A D | text_field_component.h | 135 void SetInputStyle(InputStyle style);
|
H A D | render_text_field.h | 380 void SetInputStyle(InputStyle style) in SetInputStyle() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.h | 53 static void SetInputStyle(const JSCallbackInfo& info);
|
H A D | js_textarea.cpp | 66 JSClass<JSTextArea>::StaticMethod("style", &JSTextField::SetInputStyle); in JSBind()
|
H A D | js_textinput.cpp | 73 JSClass<JSTextInput>::StaticMethod("style", &JSTextField::SetInputStyle); in JSBind()
|
H A D | js_textfield.cpp | 351 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 D | text_field_model_impl.h | 57 void SetInputStyle(InputStyle value) override;
|
H A D | text_field_model_impl.cpp | 279 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 D | textfield_declaration.h | 220 void SetInputStyle(InputStyle inputStyle) in SetInputStyle() function
|