Searched defs:downTime (Results 1 - 14 of 14) sorted by last modified time

/frameworks/native/include/input/
H A DInput.h339 nsecs_t downTime,
404 inline void setDownTime(nsecs_t downTime) { mDownTime = downTime; } argument
556 nsecs_t downTime,
H A DInputTransport.h74 nsecs_t downTime __attribute__((aligned(8))); member in struct:android::InputMessage::Body::Key
92 nsecs_t downTime __attribute__((aligned(8))); member in struct:android::InputMessage::Body::Motion
220 nsecs_t downTime,
245 nsecs_t downTime,
/frameworks/native/libs/input/
H A DInput.cpp63 nsecs_t downTime,
72 mDownTime = downTime;
228 nsecs_t downTime,
244 mDownTime = downTime;
54 initialize( int32_t deviceId, int32_t source, int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState, int32_t repeatCount, nsecs_t downTime, nsecs_t eventTime) argument
215 initialize( int32_t deviceId, int32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t edgeFlags, int32_t metaState, int32_t buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, size_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
H A DInputTransport.cpp253 nsecs_t downTime,
258 "downTime=%lld, eventTime=%lld",
261 downTime, eventTime);
280 msg.body.key.downTime = downTime;
299 nsecs_t downTime,
308 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
312 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
341 msg.body.motion.downTime = downTime;
243 publishKeyEvent( uint32_t seq, int32_t deviceId, int32_t source, int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState, int32_t repeatCount, nsecs_t downTime, nsecs_t eventTime) argument
285 publishMotionEvent( uint32_t seq, int32_t deviceId, int32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t edgeFlags, int32_t metaState, int32_t buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
[all...]
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp82 const nsecs_t downTime = 3; local
86 keyCode, scanCode, metaState, repeatCount, downTime, eventTime);
111 EXPECT_EQ(downTime, keyEvent->getDownTime());
145 const nsecs_t downTime = 3; local
169 downTime, eventTime, pointerCount,
196 EXPECT_EQ(downTime, motionEvent->getDownTime());
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp668 entry->metaState, entry->repeatCount + 1, entry->downTime);
816 "repeatCount=%d, downTime=%lld",
820 entry->repeatCount, entry->downTime);
893 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
899 entry->downTime);
1956 keyEntry->metaState, keyEntry->repeatCount, keyEntry->downTime,
2002 motionEntry->downTime, motionEntry->eventTime,
2329 originalMotionEntry->downTime,
2362 "flags=0x%x, keyCode=0x%x, scanCode=0x%x, metaState=0x%x, downTime=%lld",
2365 args->metaState, args->downTime);
3900 KeyEntry(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState, int32_t repeatCount, nsecs_t downTime) argument
3935 MotionEntry(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, float xPrecision, float yPrecision, nsecs_t downTime, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xOffset, float yOffset) argument
[all...]
H A DInputDispatcher.h478 nsecs_t downTime; member in struct:android::InputDispatcher::KeyEntry
494 int32_t repeatCount, nsecs_t downTime);
514 nsecs_t downTime; member in struct:android::InputDispatcher::MotionEntry
524 float xPrecision, float yPrecision, nsecs_t downTime,
756 nsecs_t downTime; member in struct:android::InputDispatcher::InputState::KeyMemento
766 nsecs_t downTime; member in struct:android::InputDispatcher::InputState::MotionMemento
H A DInputListener.cpp48 int32_t metaState, nsecs_t downTime) :
51 metaState(metaState), downTime(downTime) {
59 metaState(other.metaState), downTime(other.downTime) {
74 float xPrecision, float yPrecision, nsecs_t downTime) :
79 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) {
92 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) {
45 NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState, nsecs_t downTime) argument
69 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
H A DInputListener.h64 nsecs_t downTime; member in struct:android::NotifyKeyArgs
70 int32_t metaState, nsecs_t downTime);
98 nsecs_t downTime; member in struct:android::NotifyMotionArgs
107 float xPrecision, float yPrecision, nsecs_t downTime);
H A DInputReader.cpp2277 nsecs_t downTime = mDownTime; local
2302 AKEY_EVENT_FLAG_FROM_SYSTEM, keyCode, scanCode, keyMetaState, downTime);
2558 nsecs_t downTime = mDownTime; local
2656 mXPrecision, mYPrecision, downTime);
2665 mXPrecision, mYPrecision, downTime);
2677 mXPrecision, mYPrecision, downTime);
2691 mXPrecision, mYPrecision, downTime);
2704 mXPrecision, mYPrecision, downTime);
4282 mCurrentVirtualKey.downTime = when;
4329 nsecs_t downTime local
6046 dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, const PointerProperties* properties, const PointerCoords* coords, const uint32_t* idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
H A DInputReader.h1594 nsecs_t downTime; member in struct:android::TouchInputMapper::CurrentVirtualKeyState
1700 nsecs_t downTime; member in struct:android::TouchInputMapper::PointerGesture
1742 downTime = 0;
1771 nsecs_t downTime; member in struct:android::TouchInputMapper::PointerSimple
1780 downTime = 0;
1841 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp88 jlong downTime = env->GetLongField(eventObj, gKeyEventClassInfo.mDownTime); local
92 milliseconds_to_nanoseconds(downTime),
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1295 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1305 public KeyEvent(long downTime, long eventTime, int action, argument
1307 mDownTime = downTime;
1318 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1329 public KeyEvent(long downTime, long eventTime, int action, argument
1331 mDownTime = downTime;
1343 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1356 public KeyEvent(long downTime, long eventTime, int action, argument
1359 mDownTime = downTime;
1372 * @param downTime Th
1386 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags) argument
1418 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags, int source) argument
1520 obtain(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags, int source, String characters) argument
[all...]
H A DMotionEvent.java1409 private static native void nativeSetDownTimeNanos(long nativePtr, long downTime); argument
1470 * @param downTime The time (in ms) when the user originally pressed down to start
1494 static public MotionEvent obtain(long downTime, long eventTime, argument
1503 downTime * NS_PER_MS, eventTime * NS_PER_MS,
1512 * @param downTime The time (in ms) when the user originally pressed down to start
1538 static public MotionEvent obtain(long downTime, long eventTime, argument
1549 return obtain(downTime, eventTime, action, pointerCount, pp,
1559 * @param downTime The time (in ms) when the user originally pressed down to start
1584 static public MotionEvent obtain(long downTime, long eventTime, int action, argument
1604 downTime * NS_PER_M
1644 obtain(long downTime, long eventTime, int action, int pointerCount, float x, float y, float pressure, float size, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags) argument
1666 obtain(long downTime, long eventTime, int action, float x, float y, int metaState) argument
1857 setDownTime(long downTime) argument
[all...]

Completed in 174 milliseconds