Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_element.cpp121 renderNode->SetOnOverlayFocusChange([wp = AceType::WeakClaim(this)](bool isFocus) { in CreateRenderNode()
H A Drender_text_field.h173 void SetOnOverlayFocusChange(const std::function<void(bool)>& onOverlayFocusChange) in SetOnOverlayFocusChange() function