Home
last modified time | relevance | path

Searched refs:lastUpTime_ (Results 1 - 9 of 9) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_screen_touch_test.cpp69 static uint32_t lastUpTime_; member in OHOS::Accessibility::AccessibilityScreenTouchUnitTest
72 uint32_t AccessibilityScreenTouchUnitTest::lastUpTime_ = 0; member in OHOS::Accessibility::AccessibilityScreenTouchUnitTest
589 lastUpTime_ = TIMESTAMP_1700; in HWTEST_F()
618 auto eventDown = SetPointerEvent((lastUpTime_ + TIMESTAMP_1500) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_DOWN); in HWTEST_F()
621 auto eventMove = SetPointerEvent((lastUpTime_ + TIMESTAMP_1600) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_MOVE); in HWTEST_F()
624 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); in HWTEST_F()
662 auto eventDown = SetPointerEvent((lastUpTime_ + TIMESTAMP_1500) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_DOWN); in HWTEST_F()
665 auto eventMove = SetPointerEvent((lastUpTime_ + TIMESTAMP_1600) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_MOVE); in HWTEST_F()
668 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); in HWTEST_F()
679 lastUpTime_ in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_screen_touch.cpp110 lastUpTime_ = lastUpTime; in AccessibilityScreenTouch()
138 lastUpTime = lastUpTime_; in ~AccessibilityScreenTouch()
447 ((downTime - lastUpTime_) / US_TO_MS < GetRealIgnoreRepeatClickTime())) { in HandleIgnoreRepeatClickStateInnerDown()
474 lastUpTime_ = event.GetActionTime(); in HandleIgnoreRepeatClickStateInnerUp()
504 ((downTime - lastUpTime_) / US_TO_MS < GetRealIgnoreRepeatClickTime())) { in HandleBothStateInnerDown()
536 lastUpTime_ = event.GetActionTime(); in HandleBothStateInnerUp()
/foundation/multimodalinput/input/service/window_manager/include/
H A Dknuckle_dynamic_drawing_manager.h78 int64_t lastUpTime_ { 0 };
H A Dknuckle_drawing_manager.h96 int64_t lastUpTime_ { 0 };
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_screen_touch.h103 int64_t lastUpTime_ = 0; member in OHOS::Accessibility::AccessibilityScreenTouch
/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_dynamic_drawing_manager.cpp209 lastUpTime_ = pointerEvent->GetActionTime(); in ProcessUpAndCancelEvent()
231 int64_t intervalTime = pointerEvent->GetActionTime() - lastUpTime_; in ProcessDownEvent()
H A Dknuckle_drawing_manager.cpp216 int64_t intervalTime = touchEvent->GetActionTime() - lastUpTime_; in IsSingleKnuckleDoubleClick()
231 lastUpTime_ = touchEvent->GetActionTime(); in IsSingleKnuckleDoubleClick()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dknuckle_drawing_manager_test.cpp556 kceDrawMgr.lastUpTime_ = 1000; in HWTEST_F()
577 kceDrawMgr.lastUpTime_ = 100; in HWTEST_F()
590 kceDrawMgr.lastUpTime_ = 500; in HWTEST_F()
H A Dknuckle_dynamic_drawing_manager_test.cpp317 EXPECT_EQ(knuckleDynamicDrawingMgr->lastUpTime_, 0); in HWTEST_F()

Completed in 7 milliseconds