Searched refs:DragEntry (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 120 DragEntry::DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, in DragEntry() function in android::inputdispatcher::DragEntry 128 std::string DragEntry::getDescription() const { in getDescription()
|
D | Entry.h | 110 struct DragEntry : EventEntry { struct 115 DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, float x, argument
|
D | InputDispatcher.cpp | 1198 std::shared_ptr<const DragEntry> typedEntry = in dispatchOnceInnerLocked() 1199 std::static_pointer_cast<const DragEntry>(mPendingEvent); in dispatchOnceInnerLocked() 2096 std::unique_ptr<DragEntry> dragEntry = in enqueueDragEventLocked() 2097 std::make_unique<DragEntry>(mIdGenerator.nextId(), now(), windowHandle->getToken(), in enqueueDragEventLocked() 2104 std::shared_ptr<const DragEntry> entry) { in dispatchDragLocked() 3870 const DragEntry& dragEntry = static_cast<const DragEntry&>(eventEntry); in startDispatchCycleLocked()
|
D | InputDispatcher.h | 469 void dispatchDragLocked(nsecs_t currentTime, std::shared_ptr<const DragEntry> entry)
|