HomeSort by relevance Sort by last modified time
    Searched refs:MotionEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputDispatcher.h 505 struct MotionEntry : EventEntry {
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);
    [all...]
InputDispatcher.cpp 369 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent);
433 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
434 if (motionEntry->action == AMOTION_EVENT_ACTION_DOWN
435 && (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER)
438 int32_t displayId = motionEntry->displayId;
439 int32_t x = int32_t(motionEntry->pointerCoords[0].
441 int32_t y = int32_t(motionEntry->pointerCoords[0]
    [all...]

Completed in 34 milliseconds