Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp120 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()
DEntry.h110 struct DragEntry : EventEntry { struct
115 DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, float x, argument
DInputDispatcher.cpp1198 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()
DInputDispatcher.h469 void dispatchDragLocked(nsecs_t currentTime, std::shared_ptr<const DragEntry> entry)