Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dpan_recognizer_test_ng.cpp575 result = panRecognizer.IsPanGestureAccept();
584 result = panRecognizer.IsPanGestureAccept();
594 result = panRecognizer.IsPanGestureAccept();
604 result = panRecognizer.IsPanGestureAccept();
614 result = panRecognizer.IsPanGestureAccept();
624 result = panRecognizer.IsPanGestureAccept();
649 result = panRecognizer.IsPanGestureAccept();
660 result = panRecognizer.IsPanGestureAccept();
670 result = panRecognizer.IsPanGestureAccept();
680 result = panRecognizer.IsPanGestureAccept();
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpan_recognizer.cpp183 auto result = IsPanGestureAccept(); in HandleTouchMoveEvent()
245 auto result = IsPanGestureAccept(); in HandleTouchMoveEvent()
286 PanRecognizer::GestureAcceptResult PanRecognizer::IsPanGestureAccept() const in IsPanGestureAccept() function in OHOS::Ace::PanRecognizer
H A Dpan_recognizer.h131 GestureAcceptResult IsPanGestureAccept() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.h120 GestureAcceptResult IsPanGestureAccept() const;
H A Dpan_recognizer.cpp402 auto result = IsPanGestureAccept(); in HandleTouchMoveEvent()
475 auto result = IsPanGestureAccept(); in HandleTouchMoveEvent()
571 PanRecognizer::GestureAcceptResult PanRecognizer::IsPanGestureAccept() const in IsPanGestureAccept() function in OHOS::Ace::NG::PanRecognizer