Lines Matching refs:when

116     // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
120 // The transition from PRESS to SWIPE gesture mode can only occur when the
127 // The transition from PRESS to SWIPE gesture mode can only occur when the
134 // Movement speed applies when the fingers are moving in the same direction.
140 // Zoom speed applies when the fingers are mostly moving relative to each other
290 virtual void requestTimeoutAtTime(nsecs_t when) = 0;
355 virtual void requestTimeoutAtTime(nsecs_t when);
381 void addDeviceLocked(nsecs_t when, int32_t deviceId);
382 void removeDeviceLocked(nsecs_t when, int32_t deviceId);
384 void timeoutExpiredLocked(nsecs_t when);
386 void handleConfigurationChangedLocked(nsecs_t when);
403 void requestTimeoutAtTimeLocked(nsecs_t when);
449 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
450 void reset(nsecs_t when);
452 void timeoutExpired(nsecs_t when);
465 void notifyReset(nsecs_t when);
829 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
830 virtual void reset(nsecs_t when);
832 virtual void timeoutExpired(nsecs_t when);
866 void processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue);
878 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
879 virtual void reset(nsecs_t when);
923 void processKey(nsecs_t when, bool down, int32_t keyCode, int32_t scanCode,
944 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
945 virtual void reset(nsecs_t when);
997 void sync(nsecs_t when);
1009 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1010 virtual void reset(nsecs_t when);
1019 virtual void timeoutExpired(nsecs_t when);
1181 virtual void configureSurface(nsecs_t when, bool* outResetNeeded);
1189 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds) = 0;
1320 // Detect double-taps when the finger goes up while in TAP_DRAG mode.
1332 // Detect taps when the finger goes up while in HOVER mode.
1383 // Time when the pointer went down for a TAP.
1386 // Time when the pointer went up for a TAP.
1470 void sync(nsecs_t when);
1472 bool consumeRawTouches(nsecs_t when, uint32_t policyFlags);
1473 void dispatchVirtualKey(nsecs_t when, uint32_t policyFlags,
1476 void dispatchTouches(nsecs_t when, uint32_t policyFlags);
1477 void dispatchHoverExit(nsecs_t when, uint32_t policyFlags);
1478 void dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags);
1481 void dispatchPointerUsage(nsecs_t when, uint32_t policyFlags, PointerUsage pointerUsage);
1482 void abortPointerUsage(nsecs_t when, uint32_t policyFlags);
1484 void dispatchPointerGestures(nsecs_t when, uint32_t policyFlags, bool isTimeout);
1485 void abortPointerGestures(nsecs_t when, uint32_t policyFlags);
1486 bool preparePointerGestures(nsecs_t when,
1490 void dispatchPointerStylus(nsecs_t when, uint32_t policyFlags);
1491 void abortPointerStylus(nsecs_t when, uint32_t policyFlags);
1493 void dispatchPointerMouse(nsecs_t when, uint32_t policyFlags);
1494 void abortPointerMouse(nsecs_t when, uint32_t policyFlags);
1496 void dispatchPointerSimple(nsecs_t when, uint32_t policyFlags,
1498 void abortPointerSimple(nsecs_t when, uint32_t policyFlags);
1504 void dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source,
1530 virtual void reset(nsecs_t when);
1534 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
1547 virtual void reset(nsecs_t when);
1551 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
1571 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1572 virtual void reset(nsecs_t when);
1628 void sync(nsecs_t when, bool force);