/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | GestureLauncherServiceTest.java | 253 long eventTime = INITIAL_EVENT_TIME_MILLIS + in testInterceptPowerKeyDown_firstPowerDownCameraPowerGestureOnInteractive() local 272 long eventTime = INITIAL_EVENT_TIME_MILLIS in testInterceptPowerKeyDown_firstPowerDown_emergencyGestureNotLaunched() local 292 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() local 337 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive() local 384 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive() local 431 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete() local 485 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_fiveInboundPresses_cameraAndEmergencyEnabled_bothLaunch() local 574 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_fiveInboundPresses_emergencyGestureEnabled_launchesFlow() local 628 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_tenInboundPresses_emergencyGestureEnabled_keyIntercepted() local 681 long eventTime = triggerEmergencyGesture(); in testInterceptPowerKeyDown_triggerEmergency_singleTaps_cooldownTriggered() local [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
D | KeyCombinationTests.java | 162 final long eventTime = SystemClock.uptimeMillis(); in testTriggerRule() local 178 final long eventTime = SystemClock.uptimeMillis(); in testNotTrigger_NoRule() local 190 final long eventTime = SystemClock.uptimeMillis(); in testNotTrigger_Interval() local 201 final long eventTime = SystemClock.uptimeMillis(); in testNotTrigger_Condition() local 213 final long eventTime = SystemClock.uptimeMillis(); in testNotTrigger_EarlyRelease() local 223 final long eventTime = SystemClock.uptimeMillis(); in testKeyInterceptTimeout() local
|
D | SingleKeyGestureTests.java | 156 long eventTime = SystemClock.uptimeMillis(); in pressKey() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 61 EventEntry::EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags) in EventEntry() 82 ConfigurationChangedEntry::ConfigurationChangedEntry(int32_t id, nsecs_t eventTime) in ConfigurationChangedEntry() 93 DeviceResetEntry::DeviceResetEntry(int32_t id, nsecs_t eventTime, int32_t deviceId) in DeviceResetEntry() 105 FocusEntry::FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus, in FocusEntry() 122 PointerCaptureChangedEntry::PointerCaptureChangedEntry(int32_t id, nsecs_t eventTime, in PointerCaptureChangedEntry() 137 DragEntry::DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, in DragEntry() 153 KeyEntry::KeyEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in KeyEntry() 198 TouchModeEntry::TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode) in TouchModeEntry() 210 MotionEntry::MotionEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in MotionEntry() 272 SensorEntry::SensorEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in SensorEntry()
|
D | LatencyTracker.cpp | 43 static bool isMatureEvent(nsecs_t eventTime, nsecs_t now) { in isMatureEvent() 68 void LatencyTracker::trackListener(int32_t inputEventId, bool isDown, nsecs_t eventTime, in trackListener()
|
D | InputEventTimeline.h | 79 const nsecs_t eventTime; member
|
D | InputEventTimeline.cpp | 67 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime) in InputEventTimeline()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | ClassifierTest.java | 87 protected MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent() 95 protected MotionEvent appendMoveEvent(float x, float y, long eventTime) { in appendMoveEvent() 104 protected MotionEvent appendUpEvent(float x, float y, long eventTime) { in appendUpEvent() 110 long eventTime = mMotionEvents.isEmpty() ? 1 : mMotionEvents.get( in appendMotionEvent() local 115 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerGroup.java | 88 boolean supportsSandman, long eventTime) { in PowerGroup() 101 DisplayManagerInternal displayManagerInternal, long eventTime) { in PowerGroup() 134 boolean setWakefulnessLocked(int newWakefulness, long eventTime, int uid, int reason, int opUid, in setWakefulnessLocked() 208 void wakeUpLocked(long eventTime, @PowerManager.WakeReason int reason, String details, int uid, in wakeUpLocked() 234 boolean dreamLocked(long eventTime, int uid, boolean allowWake) { in dreamLocked() 251 boolean dozeLocked(long eventTime, int uid, @PowerManager.GoToSleepReason int reason) { in dozeLocked() 278 boolean sleepLocked(long eventTime, int uid, @PowerManager.GoToSleepReason int reason) { in sleepLocked() 488 void onWakefulnessChangedLocked(int groupId, int wakefulness, long eventTime, int reason, in onWakefulnessChangedLocked()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 36 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs(int32_t id, nsecs_t eventTime) in NotifyConfigurationChangedArgs() 53 NotifyKeyArgs::NotifyKeyArgs(int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, in NotifyKeyArgs() 99 int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, uint32_t source, in NotifyMotionArgs() 229 NotifySwitchArgs::NotifySwitchArgs(int32_t id, nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() 253 NotifySensorArgs::NotifySensorArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifySensorArgs() 288 NotifyVibratorStateArgs::NotifyVibratorStateArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, in NotifyVibratorStateArgs() 306 NotifyDeviceResetArgs::NotifyDeviceResetArgs(int32_t id, nsecs_t eventTime, int32_t deviceId) in NotifyDeviceResetArgs() 323 int32_t id, nsecs_t eventTime, const PointerCaptureRequest& request) in NotifyPointerCaptureChangedArgs()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorCursorDragTest.java | 579 long eventTime = handleDownTime; in testCursorDrag_multiTouch() local 666 long eventTime = downTime; in dragDownUntilLineChange() local 688 View view, int action, long downTime, long eventTime, float x, float y) { in obtainTouchEvent() 701 View view, int action, long downTime, long eventTime, int pointerId, float x, float y) { in obtainTouchEventWithPointerId() 719 View view, int action, long downTime, long eventTime, float x, float y) { in obtainMouseEvent() 728 private MotionEvent downEvent(View view, long downTime, long eventTime, float x, float y) { in downEvent() 732 private MotionEvent moveEvent(View view, long downTime, long eventTime, float x, float y) { in moveEvent() 736 private MotionEvent upEvent(View view, long downTime, long eventTime, float x, float y) { in upEvent() 740 private MotionEvent mouseDownEvent(View view, long downTime, long eventTime, float x, float y) { in mouseDownEvent() 744 private MotionEvent mouseMoveEvent(View view, long downTime, long eventTime, float x, float y) { in mouseMoveEvent() [all …]
|
D | EditorTouchStateTest.java | 492 private static MotionEvent downEvent(long downTime, long eventTime, float x, float y) { in downEvent() 496 private static MotionEvent upEvent(long downTime, long eventTime, float x, float y) { in upEvent() 500 private static MotionEvent moveEvent(long downTime, long eventTime, float x, float y) { in moveEvent() 504 private static MotionEvent cancelEvent(long downTime, long eventTime, float x, float y) { in cancelEvent()
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputDeviceBatteryListener.aidl | 28 long eventTime); in onBatteryStateChanged()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | SideFpsEventHandler.java | 146 public boolean shouldConsumeSinglePress(long eventTime) { in shouldConsumeSinglePress() 171 private void goToSleep(long eventTime) { in goToSleep()
|
D | SingleKeyGestureDetector.java | 150 void onLongPress(long eventTime) {} in onLongPress() 162 void onVeryLongPress(long eventTime) {} in onVeryLongPress()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
D | MotionEventHelper.java | 39 public MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, float x, in obtainMotionEvent()
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 215 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() 316 nsecs_t eventTime = event->getHistoricalEventTime(h); in addMovement() local 365 nsecs_t eventTime, BitSet32 idBits, in addMovement() 780 nsecs_t eventTime, BitSet32 idBits, in addMovement() 811 nsecs_t eventTime, float xpos, float ypos) const { in initState() 824 nsecs_t eventTime, float xpos, float ypos) const { in updateState() 899 nsecs_t eventTime, BitSet32 idBits, in addMovement() 1014 nsecs_t eventTime, BitSet32 idBits, in addMovement()
|
D | VelocityControl.cpp | 52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move()
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 197 nsecs_t eventTime; member 275 nsecs_t eventTime; member 309 nsecs_t eventTime; member
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | ActivityManagerWrapper.java | 177 public void startRecentsActivity(Intent intent, long eventTime, in startRecentsActivity() 195 Intent intent, long eventTime, RecentsAnimationListener animationHandler) { in startRecentsActivity()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | MotionEventMatcher.java | 37 MotionEventMatcher(long downTime, long eventTime, int actionMasked, int x, int y) { in MotionEventMatcher()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
D | PipTouchStateTest.java | 144 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { in createMotionEvent()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 277 long eventTime = SystemClock.uptimeMillis(); in tapView() local 317 long eventTime = SystemClock.uptimeMillis(); in touchAndCancelView() local 352 long eventTime = SystemClock.uptimeMillis(); in clickView() local 413 long eventTime = SystemClock.uptimeMillis(); in longClickView() local 780 long eventTime = SystemClock.uptimeMillis(); in drag() local
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | LatencyTrackerFuzzer.cpp | 66 nsecs_t eventTime = fdp.ConsumeIntegral<nsecs_t>(); in LLVMFuzzerTestOneInput() local
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 1443 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1468 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1496 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1527 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1560 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1635 public KeyEvent(KeyEvent origEvent, long eventTime, int newRepeat) { in KeyEvent() 1699 public static KeyEvent obtain(long downTime, long eventTime, int action, in obtain() 1714 public static KeyEvent obtain(long downTime, long eventTime, int action, in obtain() 1798 public static KeyEvent changeTimeRepeat(KeyEvent event, long eventTime, in changeTimeRepeat() 1814 public static KeyEvent changeTimeRepeat(KeyEvent event, long eventTime, in changeTimeRepeat() [all …]
|