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

  /frameworks/base/services/input/
InputDispatcher.cpp 367 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent);
431 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
432 if (motionEntry->action == AMOTION_EVENT_ACTION_DOWN
433 && (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER)
436 int32_t displayId = motionEntry->displayId;
437 int32_t x = int32_t(motionEntry->pointerCoords[0].
439 int32_t y = int32_t(motionEntry->pointerCoords[0]
    [all...]
InputDispatcher.h 504 struct MotionEntry : EventEntry {
521 MotionEntry(nsecs_t eventTime,
531 virtual ~MotionEntry();
713 bool trackMotion(const MotionEntry* entry, int32_t action, int32_t flags);
766 void setPointers(const MotionEntry* entry);
774 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
777 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
    [all...]

Completed in 207 milliseconds