Home
last modified time | relevance | path

Searched refs:sendDropWindowCommandLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h678 void sendDropWindowCommandLocked(const sp<IBinder>& token, float x, float y) REQUIRES(mLock);
DInputDispatcher.cpp2861 sendDropWindowCommandLocked(dropWindow->getToken(), local.x, local.y); in finishDragAndDrop()
2864 sendDropWindowCommandLocked(nullptr, 0, 0); in finishDragAndDrop()
2941 sendDropWindowCommandLocked(nullptr, 0, 0); in addDragEventLocked()
4249 sendDropWindowCommandLocked(nullptr, /*x=*/0, /*y=*/0); in synthesizeCancelationEventsForConnectionLocked()
5431 sendDropWindowCommandLocked(nullptr, 0, 0); in setInputWindowsLocked()
6457 void InputDispatcher::sendDropWindowCommandLocked(const sp<IBinder>& token, float x, float y) { in sendDropWindowCommandLocked() function in android::inputdispatcher::InputDispatcher