Searched defs:MotionEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp369 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent);
433 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
538 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
821 nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) {
877 void InputDispatcher::logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry) {
1119 const MotionEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime,
1743 const MotionEntry* motionEntr
3896 InputDispatcher::MotionEntry::MotionEntry(nsecs_t eventTime, function in class:android::InputDispatcher::MotionEntry
[all...]
H A DInputDispatcher.h505 struct MotionEntry : EventEntry { struct in class:android::InputDispatcher
522 MotionEntry(nsecs_t eventTime,
532 virtual ~MotionEntry();
715 bool trackMotion(const MotionEntry* entry, int32_t action, int32_t flags);
768 void setPointers(const MotionEntry* entry);
776 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
779 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
980 nsecs_t currentTime, MotionEntry* entry,
986 void logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry);
1016 int32_t findTouchedWindowTargetsLocked(nsecs_t currentTime, const MotionEntry* entr
[all...]

Completed in 62 milliseconds