Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp119 …c const LinearMapNode<void (*)(const std::string&, SwiperDeclaration&)> swiperStylesOperators[] = { in SetSpecializedStyle() local
170 …BinarySearchFindIndex(swiperStylesOperators, ArraySize(swiperStylesOperators), style.first.c_str()… in SetSpecializedStyle()
172 swiperStylesOperators[operatorIter].value(style.second, *this); in SetSpecializedStyle()