Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h91 onVisibilityChange_ = onVisibilityChange; in SetOnVisibilityChange()
111 return onVisibilityChange_; in GetOnVisibilityChange()
513 EventMarker onVisibilityChange_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h121 std::function<void(const std::string&)> onVisibilityChange_; variable
H A Drender_bubble.cpp76 onVisibilityChange_ = in Update()
620 if (onVisibilityChange_) { in FirePopEvent()
622 onVisibilityChange_(param); in FirePopEvent()
H A Drosen_render_bubble.cpp93 if (onVisibilityChange_ && !hasEventFired_) { in Paint()
95 onVisibilityChange_(param); in Paint()