Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.h108 static const std::shared_ptr<CommonPageTransitionStyle> DEFAULT_PAGE_TRANSITION_STYLE; variable
H A Ddeclaration_constants.cpp89 …st std::shared_ptr<CommonPageTransitionStyle> DeclarationConstants::DEFAULT_PAGE_TRANSITION_STYLE = member in OHOS::Ace::DeclarationConstants
H A Ddeclaration.cpp327 … StyleTag::COMMON_PAGE_TRANSITION_STYLE, DeclarationConstants::DEFAULT_PAGE_TRANSITION_STYLE); in AddCommonStyle()