Home
last modified time | relevance | path

Searched refs:GetInputStyle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp419 EXPECT_EQ(renderTextField->GetInputStyle(), InputStyle::INLINE);
444 EXPECT_EQ(renderTextField->GetInputStyle(), InputStyle::DEFAULT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp316 InputStyle TextFieldComponent::GetInputStyle() const in GetInputStyle() function in OHOS::Ace::TextFieldComponent
318 return declaration_->GetInputStyle(); in GetInputStyle()
H A Dtext_field_component.h134 InputStyle GetInputStyle() const;
H A Drender_text_field.h385 InputStyle GetInputStyle() in GetInputStyle() function
H A Drender_text_field.cpp359 inputStyle_ = textField->GetInputStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_test.cpp1538 EXPECT_EQ(paintProperty->GetInputStyle(), InputStyle::DEFAULT);
1545 EXPECT_EQ(paintProperty->GetInputStyle(), InputStyle::INLINE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h250 static InputStyle GetInputStyle(FrameNode* frameNode);
H A Dtext_field_model_ng.cpp1777 InputStyle TextFieldModelNG::GetInputStyle(FrameNode* frameNode) in GetInputStyle() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h214 InputStyle GetInputStyle() const in GetInputStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp245 return static_cast<ArkUI_Int32>(TextFieldModelNG::GetInputStyle(frameNode)); in GetTextInputStyle()