Home
last modified time | relevance | path

Searched defs:toast (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp82 [child](const ToastInfo& toast) { return toast.child == child; })) { in HasOverlayChild()
422 …toastStack_.begin(), toastStack_.end(), [child](const ToastInfo& toast) { return toast.child == *c… in PerformDirectPop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp288 void ToastPattern::UpdateToastSize(const RefPtr<FrameNode>& toast) in UpdateToastSize()