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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h777 bool hovering; member in struct:android::InputDispatcher::InputState::MotionMemento
788 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
791 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
H A DInputReader.cpp2923 // Send hover move after UP to tell the application that the mouse is hovering now.
4325 "hovering ids 0x%08x -> 0x%08x",
5378 // the pointer is hovering again even if the user is not currently touching
6215 bool down, hovering; local
6223 hovering = mCurrentCookedState.cookedPointerData.hoveringIdBits.hasBit(id);
6224 down = !hovering;
6236 hovering = false;
6239 dispatchPointerSimple(when, policyFlags, down, hovering);
6250 bool down, hovering; local
6273 hovering
6302 dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, bool down, bool hovering) argument
[all...]
H A DInputDispatcher.cpp1486 // Started hovering, therefore no longer down.
4053 && memento.hovering) {
4117 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4131 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4135 addMotionMemento(entry, flags, false /*hovering*/);
4149 ssize_t index = findMotionMemento(entry, false /*hovering*/);
4164 addMotionMemento(entry, flags, false /*hovering*/);
4184 ssize_t index = findMotionMemento(entry, true /*hovering*/);
4198 ssize_t index = findMotionMemento(entry, true /*hovering*/);
4202 addMotionMemento(entry, flags, true /*hovering*/);
4251 addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering) argument
[all...]
H A DInputReader.h1769 // True if the pointer is hovering.
1770 bool hovering; member in struct:android::TouchInputMapper::PointerSimple
1781 hovering = false;
1827 bool down, bool hovering);

Completed in 228 milliseconds