Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp266 DumpPanDirection(swiper.panDirection_); in DumpAdvanceInfo()
H A Dswiper_pattern.h985 PanDirection panDirection_; variable
H A Dswiper_pattern.cpp2223 panDirection_.type = PanDirection::VERTICAL; in AddPanEvent()
2225 panDirection_.type = PanDirection::HORIZONTAL; in AddPanEvent()
2233 gestureHub->AddPanEvent(panEvent_, panDirection_, 1, DEFAULT_PAN_DISTANCE); in AddPanEvent()
5348 …gestureHub->AddPanEvent(swiperPattern->panEvent_, swiperPattern->panDirection_, 1, DEFAULT_PAN_DIS… in SetSwiperEventCallback()