Searched refs:hovering (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 6271 bool down, hovering; in dispatchPointerStylus() local 6279 hovering = mCurrentCookedState.cookedPointerData.hoveringIdBits.hasBit(id); in dispatchPointerStylus() 6280 down = !hovering; in dispatchPointerStylus() 6292 hovering = false; in dispatchPointerStylus() 6295 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerStylus() 6306 bool down, hovering; in dispatchPointerMouse() local 6329 hovering = !down; in dispatchPointerMouse() 6338 hovering ? 0.0f : 1.0f); in dispatchPointerMouse() 6346 hovering = false; in dispatchPointerMouse() 6349 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerMouse() [all …]
|
D | InputDispatcher.h | 837 bool hovering; member 848 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const; 851 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
|
D | InputReader.h | 1561 bool hovering; member 1572 hovering = false; in reset() 1623 bool down, bool hovering);
|
D | InputDispatcher.cpp | 4681 && memento.hovering) { in isHovering() 4855 bool hovering) const { in findMotionMemento() 4861 && memento.hovering == hovering) { in findMotionMemento() 4883 int32_t flags, bool hovering) { in addMotionMemento() argument 4893 memento.hovering = hovering; in addMotionMemento() 4919 const int32_t action = memento.hovering ? in synthesizeCancelationEvents()
|
/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/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
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 983 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|