Home
last modified time | relevance | path

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

123

/frameworks/base/services/tests/servicestests/src/com/android/server/
DGestureLauncherServiceTest.java178 long eventTime = INITIAL_EVENT_TIME_MILLIS + in testInterceptPowerKeyDown_firstPowerDownCameraPowerGestureOnInteractive() local
198 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() local
242 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive() local
288 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive() local
334 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete() local
381 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_longpress() local
426 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupIncomplete() local
472 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOnInteractive() local
518 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOnInteractive() local
562 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffNotInteractive() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DClassifierTest.java78 MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent()
86 MotionEvent appendMoveEvent(float x, float y, long eventTime) { in appendMoveEvent()
95 MotionEvent appendUpEvent(float x, float y, long eventTime) { in appendUpEvent()
101 long eventTime = mMotionEvents.isEmpty() ? 1 : mMotionEvents.get( in appendMotionEvent() local
106 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent()
/frameworks/native/services/inputflinger/
DInputListener.cpp30 uint32_t sequenceNum, nsecs_t eventTime) : in NotifyConfigurationChangedArgs()
50 NotifyKeyArgs::NotifyKeyArgs(uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId, in NotifyKeyArgs()
90 NotifyMotionArgs::NotifyMotionArgs(uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId, in NotifyMotionArgs()
171 NotifySwitchArgs::NotifySwitchArgs(uint32_t sequenceNum, nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs()
198 uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId) : in NotifyDeviceResetArgs()
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp44 unique_ptr<DurationTracker> MaxDurationTracker::clone(const int64_t eventTime) { in clone()
83 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart()
117 void MaxDurationTracker::noteStop(const HashableDimensionKey& key, const int64_t eventTime, in noteStop()
178 void MaxDurationTracker::noteStopAll(const int64_t eventTime) { in noteStopAll()
DOringDurationTracker.cpp45 unique_ptr<DurationTracker> OringDurationTracker::clone(const int64_t eventTime) { in clone()
72 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart()
/frameworks/native/include/input/
DVelocityTracker.h176 nsecs_t eventTime; member
254 nsecs_t eventTime; member
288 nsecs_t eventTime; member
DInputTransport.h78 nsecs_t eventTime __attribute__((aligned(8))); member
99 nsecs_t eventTime __attribute__((aligned(8))); member
400 nsecs_t eventTime; member
/frameworks/native/libs/input/
DVelocityTracker.cpp230 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement()
322 nsecs_t eventTime; in addMovement() local
383 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()
795 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()
826 nsecs_t eventTime, float xpos, float ypos) const { in initState()
839 nsecs_t eventTime, float xpos, float ypos) const { in updateState()
913 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()
1027 void ImpulseVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()
DVelocityControl.cpp52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move()
DInput.cpp78 nsecs_t eventTime) { in initialize()
254 nsecs_t eventTime, in initialize()
309 int64_t eventTime, in addSample()
DInputTransport.cpp430 nsecs_t eventTime) { in publishKeyEvent()
484 nsecs_t eventTime, in publishMotionEvent()
863 nsecs_t eventTime = msg.body.motion.eventTime; in rewriteMessage() local
/frameworks/base/cmds/statsd/src/metrics/
DEventMetricProducer.cpp84 const int64_t eventTime) { in onSlicedConditionMayChangeLocked()
134 const int64_t eventTime) { in onConditionChangedLocked()
DMetricProducer.h138 void onConditionChanged(const bool condition, const int64_t eventTime) { in onConditionChanged()
143 void onSlicedConditionMayChange(bool overallCondition, const int64_t eventTime) { in onSlicedConditionMayChange()
284 virtual void flushIfNeededLocked(const int64_t& eventTime){}; in flushIfNeededLocked()
DDurationMetricProducer.cpp184 const int64_t eventTime) { in onSlicedConditionMayChangeLocked_opt1()
257 const int64_t eventTime) { in onSlicedConditionMayChangeLocked_opt2()
427 const int64_t eventTime) { in onSlicedConditionMayChangeLocked()
473 const int64_t eventTime) { in onConditionChangedLocked()
DCountMetricProducer.cpp136 const int64_t eventTime) { in onSlicedConditionMayChangeLocked()
251 const int64_t eventTime) { in onConditionChangedLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/
DPipTouchStateTest.java123 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { in createMotionEvent()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java259 long eventTime = SystemClock.uptimeMillis(); in tapView() local
299 long eventTime = SystemClock.uptimeMillis(); in touchAndCancelView() local
334 long eventTime = SystemClock.uptimeMillis(); in clickView() local
395 long eventTime = SystemClock.uptimeMillis(); in longClickView() local
762 long eventTime = SystemClock.uptimeMillis(); in drag() local
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp84 constexpr nsecs_t eventTime = 4; in PublishAndConsumeKeyEvent() local
151 constexpr nsecs_t eventTime = 4; in PublishAndConsumeMotionEvent() local
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java1343 private void userActivityFromNative(long eventTime, int event, int flags) { in userActivityFromNative()
1347 private void userActivityInternal(long eventTime, int event, int flags, int uid) { in userActivityInternal()
1365 private boolean userActivityNoUpdateLocked(long eventTime, int event, int flags, int uid) { in userActivityNoUpdateLocked()
1427 private void maybeUpdateForegroundProfileLastActivityLocked(long eventTime) { in maybeUpdateForegroundProfileLastActivityLocked()
1434 private void wakeUpInternal(long eventTime, @WakeReason int reason, String details, int uid, in wakeUpInternal()
1443 private boolean wakeUpNoUpdateLocked(long eventTime, @WakeReason int reason, String details, in wakeUpNoUpdateLocked()
1478 private void goToSleepInternal(long eventTime, int reason, int flags, int uid) { in goToSleepInternal()
1494 private boolean goToSleepNoUpdateLocked(long eventTime, int reason, int flags, int uid) { in goToSleepNoUpdateLocked()
1544 private void napInternal(long eventTime, int uid) { in napInternal()
1552 private boolean napNoUpdateLocked(long eventTime, int uid) { in napNoUpdateLocked()
[all …]
DAttentionDetector.java230 public int onUserActivity(long eventTime, int event) { in onUserActivity()
/frameworks/base/core/java/android/view/
DKeyEvent.java1382 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent()
1406 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent()
1433 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent()
1463 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent()
1495 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent()
1566 public KeyEvent(KeyEvent origEvent, long eventTime, int newRepeat) { in KeyEvent()
1601 public static KeyEvent obtain(long downTime, long eventTime, int action, in obtain()
1626 public static KeyEvent obtain(long downTime, long eventTime, int action, in obtain()
1700 public static KeyEvent changeTimeRepeat(KeyEvent event, long eventTime, in changeTimeRepeat()
1716 public static KeyEvent changeTimeRepeat(KeyEvent event, long eventTime, in changeTimeRepeat()
[all …]
DMotionEvent.java1688 static public MotionEvent obtain(long downTime, long eventTime, in obtain()
1735 public static MotionEvent obtain(long downTime, long eventTime, in obtain()
1775 static public MotionEvent obtain(long downTime, long eventTime, in obtain()
1821 static public MotionEvent obtain(long downTime, long eventTime, int action, in obtain()
1861 public static MotionEvent obtain(long downTime, long eventTime, int action, in obtain()
1923 static public MotionEvent obtain(long downTime, long eventTime, int action, in obtain()
1945 static public MotionEvent obtain(long downTime, long eventTime, int action, in obtain()
3199 public final void addBatch(long eventTime, float x, float y, in addBatch()
3225 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java82 long eventTime = startTime; in sendPinchZoomAction() local
/frameworks/base/core/jni/
Dandroid_view_KeyEvent.cpp92 jlong eventTime = env->GetLongField(eventObj, gKeyEventClassInfo.mEventTime); in android_view_KeyEvent_toNative() local
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureEvent.java141 public ContentCaptureEvent(int sessionId, int type, long eventTime) { in ContentCaptureEvent()

123