Home
last modified time | relevance | path

Searched defs:eventTime (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/base/services/tests/servicestests/src/com/android/server/
DGestureLauncherServiceTest.java253 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/
DKeyCombinationTests.java162 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
DSingleKeyGestureTests.java156 long eventTime = SystemClock.uptimeMillis(); in pressKey() local
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp61 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()
DLatencyTracker.cpp43 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()
DInputEventTimeline.h79 const nsecs_t eventTime; member
DInputEventTimeline.cpp67 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime) in InputEventTimeline()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DClassifierTest.java87 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/
DPowerGroup.java88 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/
DInputListener.cpp36 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/
DEditorCursorDragTest.java579 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 …]
DEditorTouchStateTest.java492 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/
DIInputDeviceBatteryListener.aidl28 long eventTime); in onBatteryStateChanged()
/frameworks/base/services/core/java/com/android/server/policy/
DSideFpsEventHandler.java146 public boolean shouldConsumeSinglePress(long eventTime) { in shouldConsumeSinglePress()
171 private void goToSleep(long eventTime) { in goToSleep()
DSingleKeyGestureDetector.java150 void onLongPress(long eventTime) {} in onLongPress()
162 void onVeryLongPress(long eventTime) {} in onVeryLongPress()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DMotionEventHelper.java39 public MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, float x, in obtainMotionEvent()
/frameworks/native/libs/input/
DVelocityTracker.cpp215 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()
DVelocityControl.cpp52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move()
/frameworks/native/include/input/
DVelocityTracker.h197 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/
DActivityManagerWrapper.java177 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/
DMotionEventMatcher.java37 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/
DPipTouchStateTest.java144 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { in createMotionEvent()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java277 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/
DLatencyTrackerFuzzer.cpp66 nsecs_t eventTime = fdp.ConsumeIntegral<nsecs_t>(); in LLVMFuzzerTestOneInput() local
/frameworks/base/core/java/android/view/
DKeyEvent.java1443 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 …]

1234