Searched refs:GetOnFocusChange (Results 1 – 3 of 3) sorted by relevance
113 const std::function<void(bool, bool)>& GetOnFocusChange() const;
569 const std::function<void(bool, bool)>& TextOverlayComponent::GetOnFocusChange() const in GetOnFocusChange() function in OHOS::Ace::TextOverlayComponent
143 onFocusChange_ = overlay->GetOnFocusChange(); in Update()