Searched refs:hovering (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 763 bool hovering; member 774 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const; 777 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
|
D | InputReader.cpp | 5430 bool down, hovering; in dispatchPointerStylus() local 5438 hovering = mCurrentCookedPointerData.hoveringIdBits.hasBit(id); in dispatchPointerStylus() 5439 down = !hovering; in dispatchPointerStylus() 5450 hovering = false; in dispatchPointerStylus() 5453 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerStylus() 5464 bool down, hovering; in dispatchPointerMouse() local 5486 hovering = !down; in dispatchPointerMouse() 5495 hovering ? 0.0f : 1.0f); in dispatchPointerMouse() 5503 hovering = false; in dispatchPointerMouse() 5506 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerMouse() [all …]
|
D | InputReader.h | 1654 bool hovering; member 1665 hovering = false; in reset() 1702 bool down, bool hovering);
|
D | InputDispatcher.cpp | 4035 && memento.hovering) { in isHovering() 4207 bool hovering) const { in findMotionMemento() 4213 && memento.hovering == hovering) { in findMotionMemento() 4234 int32_t flags, bool hovering) { in addMotionMemento() argument 4245 memento.hovering = hovering; in addMotionMemento() 4274 memento.hovering in synthesizeCancelationEvents()
|
/frameworks/base/docs/html/wear/design/ |
D | user-interface.jd | 37 In the emulator, hovering the mouse over the top of the screen illuminates a blue bar at
|
/frameworks/base/docs/html/training/accessibility/ |
D | service.jd | 37 feedback when a user is hovering on an important area of the screen. This
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 78 <dd>You can access documentation by hovering over classes, methods, or variables.</dd>
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_integrate.jd | 715 using a hovering progress wheel to convey the status of a pending transaction because a pending
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1469 touch the display. When the stylus is hovering above the digitizer, applications receive hover
|