Home
last modified time | relevance | path

Searched defs:DEFAULT_SWIPER_STYLE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp161 const std::shared_ptr<SwiperStyle> DeclarationConstants::DEFAULT_SWIPER_STYLE = std::make_shared<Sw… member in OHOS::Ace::DeclarationConstants
H A Ddeclaration_constants.h169 static const std::shared_ptr<SwiperStyle> DEFAULT_SWIPER_STYLE; variable