Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp217 out.push_back(makeMotionArgs(when, readTime, action, /*actionButton=*/0, mButtonState, in handleMove()
258 pressEvents.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_PRESS, in handleButtonsChange()
266 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_DOWN, in handleButtonsChange()
282 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in handleButtonsChange()
289 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_UP, /* actionButton= */ 0, in handleButtonsChange()
312 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in releaseAllButtons()
319 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_UP, /*actionButton=*/0, in releaseAllButtons()
338 makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_DOWN, /* actionButton= */ 0, in handleScroll()
353 makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_MOVE, /* actionButton= */ 0, in handleScroll()
393 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_DOWN, in handleFling()
[all …]
DGestureConverter.h91 NotifyMotionArgs makeMotionArgs(nsecs_t when, nsecs_t readTime, int32_t action,
/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.cpp183 makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_MOVE, coords, properties)); in sync()
219 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in sync()
234 out.push_back(makeMotionArgs(when, readTime, action, coords, properties, /*actionButton=*/0, in sync()
262 out.push_back(makeMotionArgs(when, readTime, action, coords, properties)); in sync()
268 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_BUTTON_PRESS, coords, in sync()
275 NotifyMotionArgs CapturedTouchpadEventConverter::makeMotionArgs( in makeMotionArgs() function in android::CapturedTouchpadEventConverter
DCapturedTouchpadEventConverter.h53 [[nodiscard]] NotifyMotionArgs makeMotionArgs(nsecs_t when, nsecs_t readTime, int32_t action,