Home
last modified time | relevance | path

Searched refs:GetOnFocusChange (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.h113 const std::function<void(bool, bool)>& GetOnFocusChange() const;
H A Dtext_overlay_component.cpp569 const std::function<void(bool, bool)>& TextOverlayComponent::GetOnFocusChange() const in GetOnFocusChange() function in OHOS::Ace::TextOverlayComponent
H A Drender_text_overlay.cpp143 onFocusChange_ = overlay->GetOnFocusChange(); in Update()