Home
last modified time | relevance | path

Searched refs:touchUp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp481 InputEvt touchUp; in SendTouchUp() local
483 touchUp.Initialize(PointerEvent::POINTER_ACTION_UP, testData, ctx); in SendTouchUp()
484 expected[touchUp.id].AddEvent(touchUp); in SendTouchUp()
485 SetupPointerEvent(touchUp, testData); in SendTouchUp()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-animation-smoothing.md106 console.info(`touchUp, animateTo x:100, y:100`);
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-animation-smoothing.md103 console.info(`touchUp, animateTo x:100, y:100`);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp830 auto touchUp = GESTURESENSE_WRAPPER->touchUp_; in HandleKnuckleGestureTouchUp() local
831 CHKPV(touchUp); in HandleKnuckleGestureTouchUp()
834 NotifyType notifyType = static_cast<NotifyType>(touchUp(gesturePoints_, gestureTimeStamps_, in HandleKnuckleGestureTouchUp()