Home
last modified time | relevance | path

Searched refs:textFieldHost (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp731 auto textFieldHost = AceType::DynamicCast<FrameNode>(frameNode->GetChildren().front()); in SetType() local
732 CHECK_NULL_VOID(textFieldHost); in SetType()
733 auto layoutProperty = textFieldHost->GetLayoutProperty<TextFieldLayoutProperty>(); in SetType()
739 textFieldHost->MarkDirtyNode(PROPERTY_UPDATE_MEASURE); in SetType()
1689 auto textFieldHost = AceType::DynamicCast<FrameNode>(frameNode->GetChildren().front()); in SetType() local
1690 CHECK_NULL_VOID(textFieldHost); in SetType()
1691 auto layoutProperty = textFieldHost->GetLayoutProperty<TextFieldLayoutProperty>(); in SetType()
1697 textFieldHost->MarkDirtyNode(PROPERTY_UPDATE_MEASURE); in SetType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp1600 auto textFieldHost = textField->GetHost(); in OnSurfaceChanged() local
1601 CHECK_NULL_VOID(textFieldHost); in OnSurfaceChanged()
1604 …auto caretPos = textFieldHost->GetTransformRelativeOffset().GetY() + textBase->GetCaretRect().Bott… in OnSurfaceChanged()