Searched refs:hovering (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/input/ |
D | InputReader.cpp | 4940 bool down, hovering; in dispatchPointerStylus() local 4948 hovering = mCurrentCookedPointerData.hoveringIdBits.hasBit(id); in dispatchPointerStylus() 4949 down = !hovering; in dispatchPointerStylus() 4960 hovering = false; in dispatchPointerStylus() 4963 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerStylus() 4974 bool down, hovering; in dispatchPointerMouse() local 4996 hovering = !down; in dispatchPointerMouse() 5005 hovering ? 0.0f : 1.0f); in dispatchPointerMouse() 5013 hovering = false; in dispatchPointerMouse() 5016 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerMouse() [all …]
|
D | InputDispatcher.h | 780 bool hovering; member 790 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const; 793 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
|
D | InputReader.h | 1449 bool hovering; member 1460 hovering = false; in reset() 1497 bool down, bool hovering);
|
D | InputDispatcher.cpp | 4298 && memento.hovering) { in isHovering() 4438 bool hovering) const { in findMotionMemento() 4443 && memento.hovering == hovering) { in findMotionMemento() 4462 int32_t flags, bool hovering) { in addMotionMemento() argument 4472 memento.hovering = hovering; in addMotionMemento() 4500 memento.hovering in synthesizeCancelationEvents()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | index.jd | 17 the application should show a hovering progress wheel or bar.</li>
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | adt.jd | 76 <dd>You can access documentation by hovering over classes, methods, or variables.</dd>
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_integrate.jd | 694 using a hovering progress wheel to convey the status of a pending transaction because a pending
|
/frameworks/base/docs/html/sdk/ |
D | android-4.0.jd | 1553 touch the display. When the stylus is hovering above the digitizer, applications receive hover
|