Home
last modified time | relevance | path

Searched refs:splitDownTime (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/input/
H A DInput.cpp625 const nsecs_t splitDownTime = other.mDownTime; in splitFrom() local
636 other.mRawTransform, splitDownTime, other.getEventTime(), /*pointerCount=*/0, in splitFrom()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h655 nsecs_t splitDownTime) REQUIRES(mLock);
H A DInputDispatcher.cpp4408 nsecs_t splitDownTime) { in splitMotionEvent() argument
4430 if (action == AMOTION_EVENT_ACTION_DOWN && splitDownTime != originalMotionEntry.eventTime) { in splitMotionEvent()
4434 originalMotionEntry.getDescription().c_str(), splitDownTime); in splitMotionEvent()
4456 originalMotionEntry.yCursorPosition, splitDownTime, in splitMotionEvent()