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 502 struct MotionEntry : EventEntry {
519 MotionEntry(nsecs_t eventTime,
529 virtual ~MotionEntry();
711 bool trackMotion(const MotionEntry* entry, int32_t action, int32_t flags);
764 void setPointers(const MotionEntry* entry);
772 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
775 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
    [all...]

Completed in 87 milliseconds