Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_element.h90 void RemoveGeometryTransition(const std::string& id);
H A Dpage_element.cpp128 void PageElement::RemoveGeometryTransition(const std::string& id) in RemoveGeometryTransition() function in OHOS::Ace::PageElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp445 pageElement->RemoveGeometryTransition(id); in CreateGeometryTransition()