Lines Matching full:when
194 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
198 // The transition from PRESS to SWIPE gesture mode can only occur when the
201 // When the vectors are oriented in the exactly same direction, the cosine is 1.0.
205 // The transition from PRESS to SWIPE gesture mode can only occur when the
212 // Movement speed applies when the fingers are moving in the same direction.
218 // Zoom speed applies when the fingers are mostly moving relative to each other
360 virtual void requestTimeoutAtTime(nsecs_t when) = 0;
427 virtual void requestTimeoutAtTime(nsecs_t when);
456 void addDeviceLocked(nsecs_t when, int32_t deviceId);
457 void removeDeviceLocked(nsecs_t when, int32_t deviceId);
459 void timeoutExpiredLocked(nsecs_t when);
461 void handleConfigurationChangedLocked(nsecs_t when);
480 void requestTimeoutAtTimeLocked(nsecs_t when);
529 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
530 void reset(nsecs_t when);
532 void timeoutExpired(nsecs_t when);
549 void notifyReset(nsecs_t when);
930 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
931 virtual void reset(nsecs_t when);
933 virtual void timeoutExpired(nsecs_t when);
975 void sync(nsecs_t when);
991 virtual void timeoutExpired(nsecs_t when);
1016 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1017 virtual void reset(nsecs_t when);
1063 void processKey(nsecs_t when, bool down, int32_t keyCode, int32_t scanCode,
1084 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1085 virtual void reset(nsecs_t when);
1137 void sync(nsecs_t when);
1149 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1150 virtual void reset(nsecs_t when);
1159 virtual void timeoutExpired(nsecs_t when);
1336 virtual void configureSurface(nsecs_t when, bool* outResetNeeded);
1345 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds) = 0;
1483 // Detect double-taps when the finger goes up while in TAP_DRAG mode.
1495 // Detect taps when the finger goes up while in HOVER mode.
1546 // Time when the pointer went down for a TAP.
1549 // Time when the pointer went up for a TAP.
1633 void sync(nsecs_t when);
1635 bool consumeRawTouches(nsecs_t when, uint32_t policyFlags);
1636 void dispatchVirtualKey(nsecs_t when, uint32_t policyFlags,
1639 void dispatchTouches(nsecs_t when, uint32_t policyFlags);
1640 void dispatchHoverExit(nsecs_t when, uint32_t policyFlags);
1641 void dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags);
1644 void dispatchPointerUsage(nsecs_t when, uint32_t policyFlags, PointerUsage pointerUsage);
1645 void abortPointerUsage(nsecs_t when, uint32_t policyFlags);
1647 void dispatchPointerGestures(nsecs_t when, uint32_t policyFlags, bool isTimeout);
1648 void abortPointerGestures(nsecs_t when, uint32_t policyFlags);
1649 bool preparePointerGestures(nsecs_t when,
1653 void dispatchPointerStylus(nsecs_t when, uint32_t policyFlags);
1654 void abortPointerStylus(nsecs_t when, uint32_t policyFlags);
1656 void dispatchPointerMouse(nsecs_t when, uint32_t policyFlags);
1657 void abortPointerMouse(nsecs_t when, uint32_t policyFlags);
1659 void dispatchPointerSimple(nsecs_t when, uint32_t policyFlags,
1661 void abortPointerSimple(nsecs_t when, uint32_t policyFlags);
1667 void dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source,
1693 virtual void reset(nsecs_t when);
1697 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
1711 virtual void reset(nsecs_t when);
1715 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
1736 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1737 virtual void reset(nsecs_t when);
1795 void sync(nsecs_t when, bool force);