Home
last modified time | relevance | path

Searched refs:PushDialog (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.h68 bool PushDialog(const RefPtr<Component>& newComponent, bool disableTouchEvent = true);
H A Dstack_element.cpp94 bool StackElement::PushDialog(const RefPtr<Component>& newComponent, bool disableTouchEvent) in PushDialog() function in OHOS::Ace::StackElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_element.cpp83 stackElement->PushDialog(baseDialog); in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp132 if (!stack_->PushDialog(AceType::Claim(this), disableTouchEvent)) { in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1139 lastStack->PushDialog(dialog); in ShowDialog()