Home
last modified time | relevance | path

Searched defs:toastNode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_update.cpp276 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
318 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
360 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
401 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
443 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
494 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
541 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
591 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
638 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
693 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
[all …]
H A Doverlay_test_ng.cpp1251 auto toastNode = overlayManager->toastMap_.begin()->second.Upgrade(); variable
1285 auto toastNode = variable
1320 auto toastNode = variable
1358 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
1394 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
1431 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
1461 auto toastNode = variable
1485 auto toastNode = variable
1527 auto toastNode = variable
1574 auto toastNode = ToastView::CreateToastNode(toastInfo); variable
H A Doverlay_manager_test_ng.cpp234 auto toastNode = variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_view.cpp45 …auto toastNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, toastId, AceType::MakeRefPtr<ToastP… in CreateToastNode() local
123 void ToastView::UpdateToastContext(const RefPtr<FrameNode>& toastNode) in UpdateToastContext()
141 void ToastView::UpdateToastNodeStyle(const RefPtr<FrameNode>& toastNode) in UpdateToastNodeStyle()
H A Dtoast_layout_algorithm.cpp106 auto toastNode = layoutWrapper->GetHostNode(); in Measure() local
H A Dtoast_pattern.cpp126 auto toastNode = dirty->GetHostNode(); in OnDirtyLayoutWrapperSwap() local
276 auto toastNode = GetHost(); in BeforeCreateLayoutWrapper() local
484 auto toastNode = GetHost(); in GetTextMaxHeight() local
521 auto toastNode = GetHost(); in GetTextMaxWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1408 auto toastNode = ToastView::CreateToastNode(toastInfo); in ShowToast() local
1426 void OverlayManager::OpenToastAnimation(const RefPtr<FrameNode>& toastNode, int32_t duration) in OpenToastAnimation()