Searched refs:hovering (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h763 bool hovering; member in struct:android::InputDispatcher::InputState::MotionMemento
774 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
777 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
H A DInputReader.cpp2543 // Send hover move after UP to tell the application that the mouse is hovering now.
3757 "hovering ids 0x%08x -> 0x%08x",
4596 // the pointer is hovering again even if the user is not currently touching
5430 bool down, hovering; local
5438 hovering = mCurrentCookedPointerData.hoveringIdBits.hasBit(id);
5439 down = !hovering;
5450 hovering = false;
5453 dispatchPointerSimple(when, policyFlags, down, hovering);
5464 bool down, hovering; local
5486 hovering
5515 dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, bool down, bool hovering) argument
[all...]
H A DInputDispatcher.cpp1467 // Started hovering, therefore no longer down.
4010 && memento.hovering) {
4074 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4088 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4092 addMotionMemento(entry, flags, false /*hovering*/);
4106 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4121 addMotionMemento(entry, flags, false /*hovering*/);
4141 ssize_t index = findMotionMemento(entry, true /*hovering*/);
4155 ssize_t index = findMotionMemento(entry, true /*hovering*/);
4159 addMotionMemento(entry, flags, true /*hovering*/);
4208 addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering) argument
[all...]
H A DInputReader.h1653 // True if the pointer is hovering.
1654 bool hovering; member in struct:android::TouchInputMapper::PointerSimple
1665 hovering = false;
1702 bool down, bool hovering);

Completed in 268 milliseconds