Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dswipe_recognizer.cpp135 touchDownTime_ = event.time; in HandleTouchDownEvent()
159 touchDownTime_ = event.time; in HandleTouchDownEvent()
184 std::chrono::duration<double> duration = event.time - touchDownTime_; in HandleTouchUpEvent()
233 auto duration = event.time - touchDownTime_; in HandleTouchUpEvent()
384 touchDownTime_ = TimeStamp(); in OnResetStatus()
H A Dswipe_recognizer.h85 TimeStamp touchDownTime_; variable
H A Dclick_recognizer.h143 TimeStamp touchDownTime_; variable
H A Dclick_recognizer.cpp225 touchDownTime_ = event.time; in HandleTouchDownEvent()
279 if (event.time.time_since_epoch().count() - touchDownTime_.time_since_epoch().count() > in IsFormRenderClickRejected()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dslide_recognizer.cpp76 touchDownTime_ = event.time; in HandleTouchDownEvent()
104 touchDownTime_ = event.time; in HandleTouchDownEvent()
167 auto slidingTime = event.time - touchDownTime_; in HandleTouchUpEvent()
203 auto slidingTime = event.time - touchDownTime_; in HandleTouchUpEvent()
H A Dslide_recognizer.h86 TimeStamp touchDownTime_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.h237 TimeStamp touchDownTime_; variable
H A Dform_pattern.cpp187 touchDownTime_ = event.GetTimeStamp(); in HandleTouchDownEvent()
196 …auto duration = event.GetTimeStamp().time_since_epoch().count() - touchDownTime_.time_since_epoch(… in HandleTouchUpEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dswipe_recognizer_test_ng.cpp1019 touchEvent.time = swipeRecognizer->touchDownTime_;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_pattern_test.cpp180 event.timeStamp_ = pattern->touchDownTime_ + millisecondDuration;