D | CapturedTouchpadEventConverter.cpp | 183 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
|