Searched refs:OnEventTouchMotion (Results 1 – 3 of 3) sorted by relevance
39 bool OnEventTouchMotion(struct libinput_event *event);
144 bool ret = processor.OnEventTouchMotion(event);273 bool ret = processor.OnEventTouchMotion(event);291 EXPECT_NO_FATAL_FAILURE(processor.OnEventTouchMotion(event));
144 bool TouchTransformProcessor::OnEventTouchMotion(struct libinput_event *event) in OnEventTouchMotion() function in OHOS::MMI::TouchTransformProcessor274 CHKFR(OnEventTouchMotion(event), nullptr, "Get OnEventTouchMotion failed"); in OnEvent()