/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 29 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs(nsecs_t eventTime) : in NotifyConfigurationChangedArgs() 45 NotifyKeyArgs::NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifyKeyArgs() 69 NotifyMotionArgs::NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifyMotionArgs() 106 NotifySwitchArgs::NotifySwitchArgs(nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() 124 NotifyDeviceResetArgs::NotifyDeviceResetArgs(nsecs_t eventTime, int32_t deviceId) : in NotifyDeviceResetArgs()
|
D | InputListener.h | 39 nsecs_t eventTime; member 55 nsecs_t eventTime; member 82 nsecs_t eventTime; member 119 nsecs_t eventTime; member 140 nsecs_t eventTime; member
|
D | InputDispatcher.cpp | 2653 nsecs_t eventTime = motionEvent->getEventTime(); in injectInputEvent() local 3464 nsecs_t eventTime, nsecs_t waitStartTime, const char* reason) { in onANRLocked() 3872 InputDispatcher::EventEntry::EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags) : in EventEntry() 3900 InputDispatcher::ConfigurationChangedEntry::ConfigurationChangedEntry(nsecs_t eventTime) : in ConfigurationChangedEntry() 3915 InputDispatcher::DeviceResetEntry::DeviceResetEntry(nsecs_t eventTime, int32_t deviceId) : in DeviceResetEntry() 3931 InputDispatcher::KeyEntry::KeyEntry(nsecs_t eventTime, in KeyEntry() 3966 InputDispatcher::MotionEntry::MotionEntry(nsecs_t eventTime, int32_t deviceId, in MotionEntry()
|
D | InputDispatcher.h | 439 nsecs_t eventTime; member 509 nsecs_t eventTime; member 601 nsecs_t eventTime; member
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | TouchUtils.java | 44 long eventTime = SystemClock.uptimeMillis(); in tapView() local 75 long eventTime = SystemClock.uptimeMillis(); in touchAndCancelView() local 102 long eventTime = SystemClock.uptimeMillis(); in clickView() local 139 long eventTime = SystemClock.uptimeMillis(); in longClickView() local 268 long eventTime = SystemClock.uptimeMillis(); in drag() local
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 222 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() 314 nsecs_t eventTime; in addMovement() local 378 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() 713 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() 744 nsecs_t eventTime, float xpos, float ypos) const { in initState() 757 nsecs_t eventTime, float xpos, float ypos) const { in updateState() 835 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()
|
D | VelocityControl.cpp | 52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move()
|
D | Input.cpp | 64 nsecs_t eventTime) { in initialize() 229 nsecs_t eventTime, in initialize() 282 int64_t eventTime, in addSample()
|
D | InputTransport.cpp | 254 nsecs_t eventTime) { in publishKeyEvent() 300 nsecs_t eventTime, in publishMotionEvent() 590 nsecs_t eventTime = msg->body.motion.eventTime; in updateTouchState() local
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 1071 private void userActivityFromNative(long eventTime, int event, int flags) { in userActivityFromNative() 1075 private void userActivityInternal(long eventTime, int event, int flags, int uid) { in userActivityInternal() 1083 private boolean userActivityNoUpdateLocked(long eventTime, int event, int flags, int uid) { in userActivityNoUpdateLocked() 1135 private void wakeUpInternal(long eventTime, String reason, int uid, String opPackageName, in wakeUpInternal() 1144 private boolean wakeUpNoUpdateLocked(long eventTime, String reason, int reasonUid, in wakeUpNoUpdateLocked() 1181 private void goToSleepInternal(long eventTime, int reason, int flags, int uid) { in goToSleepInternal() 1192 private boolean goToSleepNoUpdateLocked(long eventTime, int reason, int flags, int uid) { in goToSleepNoUpdateLocked() 1262 private void napInternal(long eventTime, int uid) { in napInternal() 1270 private boolean napNoUpdateLocked(long eventTime, int uid) { in napNoUpdateLocked() 1293 private boolean reallyGoToSleepNoUpdateLocked(long eventTime, int uid) { in reallyGoToSleepNoUpdateLocked() [all …]
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 176 nsecs_t eventTime; member 254 nsecs_t eventTime; member
|
D | InputTransport.h | 65 nsecs_t eventTime __attribute__((aligned(8))); member 83 nsecs_t eventTime __attribute__((aligned(8))); member 365 nsecs_t eventTime; member
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 83 const nsecs_t eventTime = 4; in PublishAndConsumeKeyEvent() local 147 const nsecs_t eventTime = 4; in PublishAndConsumeMotionEvent() local
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 259 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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NoisyVelocityTracker.java | 42 public MotionEventCopy(float x2, float y2, long eventTime) { in MotionEventCopy()
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 1330 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1354 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1381 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1411 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1443 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1511 public KeyEvent(KeyEvent origEvent, long eventTime, int newRepeat) { in KeyEvent() 1545 public static KeyEvent obtain(long downTime, long eventTime, int action, in obtain() 1626 public static KeyEvent changeTimeRepeat(KeyEvent event, long eventTime, in changeTimeRepeat() 1642 public static KeyEvent changeTimeRepeat(KeyEvent event, long eventTime, in changeTimeRepeat()
|
D | MotionEvent.java | 1559 static public MotionEvent obtain(long downTime, long eventTime, in obtain() 1603 static public MotionEvent obtain(long downTime, long eventTime, in obtain() 1649 static public MotionEvent obtain(long downTime, long eventTime, int action, in obtain() 1709 static public MotionEvent obtain(long downTime, long eventTime, int action, in obtain() 1731 static public MotionEvent obtain(long downTime, long eventTime, int action, in obtain() 2908 public final void addBatch(long eventTime, float x, float y, in addBatch() 2934 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
|
/frameworks/base/core/jni/ |
D | android_view_KeyEvent.cpp | 89 jlong eventTime = env->GetLongField(eventObj, gKeyEventClassInfo.mEventTime); in android_view_KeyEvent_toNative() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_power_PowerManagerService.cpp | 70 void android_server_PowerManagerService_userActivity(nsecs_t eventTime, int32_t eventType) { in android_server_PowerManagerService_userActivity()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PasswordEntryKeyboardHelper.java | 191 long eventTime = SystemClock.uptimeMillis(); in sendDownUpKeyEvents() local
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 816 private void detectAndSendKey(int index, int x, int y, long eventTime) { in detectAndSendKey() 1242 final long eventTime = me.getEventTime(); local 1449 private void checkMultiTap(long eventTime, int keyIndex) { in checkMultiTap()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityEvent.java | 907 public void setEventTime(long eventTime) { in setEventTime()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | GestureDescription.java | 489 private static MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, in obtainMotionEvent()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | AutoScrollHelper.java | 677 final long eventTime = SystemClock.uptimeMillis(); in cancelTargetTouch() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | BaseInputConnection.java | 571 long eventTime = SystemClock.uptimeMillis(); in performEditorAction() local
|