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

/frameworks/base/services/input/
H A DInputDispatcher.h765 bool hovering; member in struct:android::InputDispatcher::InputState::MotionMemento
776 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
779 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
H A DInputDispatcher.cpp1517 // Started hovering, therefore no longer down.
3980 && memento.hovering) {
4044 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4058 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4062 addMotionMemento(entry, flags, false /*hovering*/);
4069 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4090 ssize_t index = findMotionMemento(entry, true /*hovering*/);
4104 ssize_t index = findMotionMemento(entry, true /*hovering*/);
4108 addMotionMemento(entry, flags, true /*hovering*/);
4131 bool hovering) cons
4157 addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering) argument
[all...]
H A DInputReader.cpp2517 // Send hover move after UP to tell the application that the mouse is hovering now.
3699 "hovering ids 0x%08x -> 0x%08x",
4536 // the pointer is hovering again even if the user is not currently touching
5370 bool down, hovering; local
5378 hovering = mCurrentCookedPointerData.hoveringIdBits.hasBit(id);
5379 down = !hovering;
5390 hovering = false;
5393 dispatchPointerSimple(when, policyFlags, down, hovering);
5404 bool down, hovering; local
5426 hovering
5455 dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, bool down, bool hovering) argument
[all...]
H A DInputReader.h1611 // True if the pointer is hovering.
1612 bool hovering; member in struct:android::TouchInputMapper::PointerSimple
1623 hovering = false;
1660 bool down, bool hovering);

Completed in 70 milliseconds