Home
last modified time | relevance | path

Searched refs:GetCleanNodeStyle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h217 static CleanNodeStyle GetCleanNodeStyle(FrameNode* frameNode);
H A Dtext_field_model_ng.cpp1521 CleanNodeStyle TextFieldModelNG::GetCleanNodeStyle(FrameNode* frameNode) in GetCleanNodeStyle() function in OHOS::Ace::NG::TextFieldModelNG
H A Dtext_field_pattern.cpp3067 auto cleanNodeStyle = layoutProperty->GetCleanNodeStyle().value_or(CleanNodeStyle::INPUT); in FireOnTextChangeEvent()
7689 auto cleanNodeStyle = layoutProperty->GetCleanNodeStyle().value_or(CleanNodeStyle::INPUT); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp879 return static_cast<ArkUI_Int32>(TextFieldModelNG::GetCleanNodeStyle(frameNode)); in GetTextInputCancelButtonStyle()