Searched refs:hovering (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 35 memento.displayId == displayId && memento.hovering) { in isHovering() 202 InputState::getPointersOfLastEvent(const MotionEntry& entry, bool hovering) const { in getPointersOfLastEvent() 203 ssize_t index = findMotionMemento(entry, hovering); in getPointersOfLastEvent() 223 ssize_t InputState::findMotionMemento(const MotionEntry& entry, bool hovering) const { in findMotionMemento() 227 memento.displayId == entry.displayId && memento.hovering == hovering) { in findMotionMemento() 248 void InputState::addMotionMemento(const MotionEntry& entry, int32_t flags, bool hovering) { in addMotionMemento() argument 260 memento.hovering = hovering; in addMotionMemento() 323 if (actionMasked == AMOTION_EVENT_ACTION_DOWN && lastMemento.hovering) { in shouldCancelPreviousStream() 396 memento.hovering ? AMOTION_EVENT_ACTION_HOVER_EXIT : AMOTION_EVENT_ACTION_CANCEL; in createCancelEntryForMemento() 650 out << "{deviceId= " << memento.deviceId << ", hovering=" << memento.hovering << "}, "; in operator <<()
|
D | InputState.h | 58 getPointersOfLastEvent(const MotionEntry& entry, bool hovering) const; 116 bool hovering; member 131 ssize_t findMotionMemento(const MotionEntry& entry, bool hovering) const; 134 void addMotionMemento(const MotionEntry& entry, int32_t flags, bool hovering);
|
D | InputDispatcher.cpp | 3522 const bool hovering = resolvedAction == AMOTION_EVENT_ACTION_HOVER_EXIT; in enqueueDispatchEntryLocked() local 3527 hovering); in enqueueDispatchEntryLocked()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | DividerHandleView.java | 121 public void setHovering(boolean hovering, boolean animate) { in setHovering() argument 122 if (hovering == mHovering) { in setHovering() 125 setInputState(hovering, animate, mHoveringWidth, mHoveringHeight); in setHovering() 126 mHovering = hovering; in setHovering()
|
/frameworks/base/tests/MultiDeviceInput/ |
D | README.md | 16 * Visualize hovering stylus
|
/frameworks/base/core/java/android/view/flags/ |
D | view_flags.aconfig | 71 description: "Enable default arrow icon when hovering on buttons or clickable widgets."
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 3410 bool down, hovering; in dispatchPointerStylus() local 3414 hovering = mCurrentCookedState.cookedPointerData.hoveringIdBits.hasBit(id); in dispatchPointerStylus() 3415 down = !hovering; in dispatchPointerStylus() 3428 hovering = false; in dispatchPointerStylus() 3431 return dispatchPointerSimple(when, readTime, policyFlags, down, hovering, mViewport.displayId); in dispatchPointerStylus() 3444 bool down, hovering; in dispatchPointerMouse() local 3454 hovering = !down; in dispatchPointerMouse() 3460 hovering ? 0.0f : 1.0f); in dispatchPointerMouse() 3468 hovering = false; in dispatchPointerMouse() 3471 return dispatchPointerSimple(when, readTime, policyFlags, down, hovering, in dispatchPointerMouse() [all …]
|
D | TouchInputMapper.h | 701 bool hovering; member 718 hovering = false; in reset() 812 bool hovering,
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 939 # 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 | 1033 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|