Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.h66 …static bool GetArrowInfo(const JSRef<JSObject>& obj, SwiperArrowParameters& swiperArrowParameters);
H A Djs_swiper.cpp576 bool JSSwiper::GetArrowInfo(const JSRef<JSObject>& obj, SwiperArrowParameters& swiperArrowParameter… in GetArrowInfo() function in OHOS::Ace::Framework::JSSwiper
650 if (!GetArrowInfo(obj, swiperArrowParameters)) { in SetDisplayArrow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp167 bool GetArrowInfo(const std::vector<std::string>& arrowInfo, SwiperArrowParameters& swiperArrowPara… in GetArrowInfo() function
531 if (!GetArrowInfo(res, swiperArrowParameters)) { in SetSwiperDisplayArrow()