Searched refs:hovering (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 32 memento.displayId == displayId && memento.hovering) { in isHovering() 202 ssize_t InputState::findMotionMemento(const MotionEntry* entry, bool hovering) const { in findMotionMemento() 206 memento.displayId == entry->displayId && memento.hovering == hovering) { in findMotionMemento() 227 void InputState::addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering) { in addMotionMemento() argument 237 memento.hovering = hovering; in addMotionMemento() 266 const int32_t action = memento.hovering ? AMOTION_EVENT_ACTION_HOVER_EXIT in synthesizeCancelationEvents()
|
D | InputState.h | 101 bool hovering; member 112 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const; 115 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 3347 bool down, hovering; in dispatchPointerStylus() local 3355 hovering = mCurrentCookedState.cookedPointerData.hoveringIdBits.hasBit(id); in dispatchPointerStylus() 3356 down = !hovering; in dispatchPointerStylus() 3368 hovering = false; in dispatchPointerStylus() 3371 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerStylus() 3382 bool down, hovering; in dispatchPointerMouse() local 3405 hovering = !down; in dispatchPointerMouse() 3414 hovering ? 0.0f : 1.0f); in dispatchPointerMouse() 3422 hovering = false; in dispatchPointerMouse() 3425 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerMouse() [all …]
|
D | TouchInputMapper.h | 741 bool hovering; member 752 hovering = false; in reset() 801 void dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, bool down, bool hovering);
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 939 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|
D | Doxyfile.orig | 930 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 983 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1033 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|
D | Doxyfile | 1033 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|