Searched refs:hovering (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/input/ |
D | InputDispatcher.h | 758 bool hovering; member 769 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const; 772 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
|
D | InputReader.cpp | 5170 bool down, hovering; in dispatchPointerStylus() local 5178 hovering = mCurrentCookedPointerData.hoveringIdBits.hasBit(id); in dispatchPointerStylus() 5179 down = !hovering; in dispatchPointerStylus() 5190 hovering = false; in dispatchPointerStylus() 5193 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerStylus() 5204 bool down, hovering; in dispatchPointerMouse() local 5226 hovering = !down; in dispatchPointerMouse() 5235 hovering ? 0.0f : 1.0f); in dispatchPointerMouse() 5243 hovering = false; in dispatchPointerMouse() 5246 dispatchPointerSimple(when, policyFlags, down, hovering); in dispatchPointerMouse() [all …]
|
D | InputReader.h | 1531 bool hovering; member 1542 hovering = false; in reset() 1579 bool down, bool hovering);
|
D | InputDispatcher.cpp | 3872 && memento.hovering) { in isHovering() 4023 bool hovering) const { in findMotionMemento() 4028 && memento.hovering == hovering) { in findMotionMemento() 4049 int32_t flags, bool hovering) { in addMotionMemento() argument 4059 memento.hovering = hovering; in addMotionMemento() 4088 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/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 | 76 <dd>You can access documentation by hovering over classes, methods, or variables.</dd>
|
/frameworks/base/docs/html/guide/google/play/billing/ |
D | billing_integrate.jd | 702 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 | 1502 touch the display. When the stylus is hovering above the digitizer, applications receive hover
|