Lines Matching refs:when

198     // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
202 // The transition from PRESS to SWIPE gesture mode can only occur when the
209 // The transition from PRESS to SWIPE gesture mode can only occur when the
216 // Movement speed applies when the fingers are moving in the same direction.
222 // Zoom speed applies when the fingers are mostly moving relative to each other
392 virtual void requestTimeoutAtTime(nsecs_t when) = 0;
459 virtual void requestTimeoutAtTime(nsecs_t when);
488 void addDeviceLocked(nsecs_t when, int32_t deviceId);
489 void removeDeviceLocked(nsecs_t when, int32_t deviceId);
491 void timeoutExpiredLocked(nsecs_t when);
493 void handleConfigurationChangedLocked(nsecs_t when);
512 void requestTimeoutAtTimeLocked(nsecs_t when);
562 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
563 void reset(nsecs_t when);
565 void timeoutExpired(nsecs_t when);
582 void notifyReset(nsecs_t when);
963 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
964 virtual void reset(nsecs_t when);
966 virtual void timeoutExpired(nsecs_t when);
1009 void sync(nsecs_t when);
1025 virtual void timeoutExpired(nsecs_t when);
1050 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1051 virtual void reset(nsecs_t when);
1098 void processKey(nsecs_t when, bool down, int32_t keyCode, int32_t scanCode,
1119 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1120 virtual void reset(nsecs_t when);
1172 void sync(nsecs_t when);
1184 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1185 virtual void reset(nsecs_t when);
1194 virtual void timeoutExpired(nsecs_t when);
1376 virtual void configureSurface(nsecs_t when, bool* outResetNeeded);
1387 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds) = 0;
1525 // Detect double-taps when the finger goes up while in TAP_DRAG mode.
1537 // Detect taps when the finger goes up while in HOVER mode.
1588 // Time when the pointer went down for a TAP.
1591 // Time when the pointer went up for a TAP.
1675 void sync(nsecs_t when);
1677 bool consumeRawTouches(nsecs_t when, uint32_t policyFlags);
1678 void dispatchVirtualKey(nsecs_t when, uint32_t policyFlags,
1681 void dispatchTouches(nsecs_t when, uint32_t policyFlags);
1682 void dispatchHoverExit(nsecs_t when, uint32_t policyFlags);
1683 void dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags);
1686 void dispatchPointerUsage(nsecs_t when, uint32_t policyFlags, PointerUsage pointerUsage);
1687 void abortPointerUsage(nsecs_t when, uint32_t policyFlags);
1689 void dispatchPointerGestures(nsecs_t when, uint32_t policyFlags, bool isTimeout);
1690 void abortPointerGestures(nsecs_t when, uint32_t policyFlags);
1691 bool preparePointerGestures(nsecs_t when,
1695 void dispatchPointerStylus(nsecs_t when, uint32_t policyFlags);
1696 void abortPointerStylus(nsecs_t when, uint32_t policyFlags);
1698 void dispatchPointerMouse(nsecs_t when, uint32_t policyFlags);
1699 void abortPointerMouse(nsecs_t when, uint32_t policyFlags);
1701 void dispatchPointerSimple(nsecs_t when, uint32_t policyFlags,
1703 void abortPointerSimple(nsecs_t when, uint32_t policyFlags);
1709 void dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source,
1735 virtual void reset(nsecs_t when);
1739 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
1753 virtual void reset(nsecs_t when);
1757 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
1778 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1779 virtual void reset(nsecs_t when);
1837 void sync(nsecs_t when, bool force);