Home
last modified time | relevance | path

Searched refs:PushInstant (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.h77 void PushInstant(const RefPtr<Component>& newComponent, bool disableTouchEvent = true);
H A Dstack_element.cpp31 void StackElement::PushInstant(const RefPtr<Component>& newComponent, bool disableTouchEvent) in PushInstant() function in OHOS::Ace::StackElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp104 overlay->PushInstant(seat); in TakeOff()