Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h923 bool CheckDragOutOfBoundary(double dragVelocity);
H A Dswiper_pattern.cpp2814 if (CheckDragOutOfBoundary(dragVelocity)) { in HandleDragEnd()
2993 bool SwiperPattern::CheckDragOutOfBoundary(double dragVelocity) in CheckDragOutOfBoundary() function in OHOS::Ace::NG::SwiperPattern