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

/frameworks/base/services/input/
H A DInputDispatcher.h761 bool hovering; member in struct:android::InputDispatcher::InputState::MotionMemento
772 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
775 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
H A DInputDispatcher.cpp1516 // Started hovering, therefore no longer down.
3936 && memento.hovering) {
4000 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4014 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4018 addMotionMemento(entry, flags, false /*hovering*/);
4025 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4046 ssize_t index = findMotionMemento(entry, true /*hovering*/);
4060 ssize_t index = findMotionMemento(entry, true /*hovering*/);
4064 addMotionMemento(entry, flags, true /*hovering*/);
4087 bool hovering) cons
4113 addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering) argument
[all...]
H A DInputReader.cpp2515 // Send hover move after UP to tell the application that the mouse is hovering now.
3632 "hovering ids 0x%08x -> 0x%08x",
4428 // the pointer is hovering again even if the user is not currently touching
5250 bool down, hovering; local
5258 hovering = mCurrentCookedPointerData.hoveringIdBits.hasBit(id);
5259 down = !hovering;
5270 hovering = false;
5273 dispatchPointerSimple(when, policyFlags, down, hovering);
5284 bool down, hovering; local
5306 hovering
5335 dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, bool down, bool hovering) argument
[all...]
H A DInputReader.h1591 // True if the pointer is hovering.
1592 bool hovering; member in struct:android::TouchInputMapper::PointerSimple
1603 hovering = false;
1640 bool down, bool hovering);

Completed in 757 milliseconds