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

/frameworks/base/include/ui/
H A DInputDispatcher.h516 struct MotionEntry : EventEntry { struct in class:android::InputDispatcher
549 // MotionEntry::firstSample. Otherwise, some samples were dispatched in a previous
661 MotionEntry* obtainMotionEntry(nsecs_t eventTime,
675 void releaseMotionEntry(MotionEntry* entry);
681 void appendMotionSample(MotionEntry* motionEntry,
688 Pool<MotionEntry> mMotionEntryPool;
738 Consistency trackMotion(const MotionEntry* entry);
766 void setPointers(const MotionEntry* entry);
962 nsecs_t currentTime, MotionEntry* entry,
968 void logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entr
[all...]

Completed in 39 milliseconds