Searched defs:xPrecision (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp143 const float xPrecision = 0.25; local
168 flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
194 EXPECT_EQ(xPrecision, motionEvent->getXPrecision());
/frameworks/native/services/inputflinger/
H A DInputListener.cpp74 float xPrecision, float yPrecision, nsecs_t downTime) :
79 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) {
92 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) {
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
H A DInputListener.h96 float xPrecision; member in struct:android::NotifyMotionArgs
107 float xPrecision, float yPrecision, nsecs_t downTime);
H A DInputDispatcher.h518 float xPrecision; member in struct:android::InputDispatcher::MotionEntry
530 float xPrecision, float yPrecision, nsecs_t downTime,
770 float xPrecision; member in struct:android::InputDispatcher::InputState::MotionMemento
H A DInputDispatcher.cpp893 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
898 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
2032 xOffset, yOffset, motionEntry->xPrecision, motionEntry->yPrecision,
2358 originalMotionEntry->xPrecision,
2489 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
2492 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2530 0, 0, args->xPrecision, args->yPrecision,
2547 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3969 float xPrecision, float yPrecision, nsecs_t downTime,
3977 edgeFlags(edgeFlags), xPrecision(xPrecisio
3966 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 DInputReader.cpp6207 float xPrecision, float yPrecision, nsecs_t downTime) {
6243 xPrecision, yPrecision, downTime);
6202 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
/frameworks/native/include/input/
H A DInputTransport.h95 float xPrecision; member in struct:android::InputMessage::Body::Motion
243 float xPrecision,
/frameworks/native/libs/input/
H A DInput.cpp226 float xPrecision,
242 mXPrecision = xPrecision;
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.cpp297 float xPrecision,
308 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
312 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
339 msg.body.motion.xPrecision = xPrecision;
934 msg->body.motion.xPrecision,
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
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp338 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
374 xOffset, yOffset, xPrecision, yPrecision,
334 android_view_MotionEvent_nativeInitialize(JNIEnv* env, jclass clazz, jlong nativePtr, jint deviceId, jint source, jint action, jint flags, jint edgeFlags, jint metaState, jint buttonState, jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, jlong downTimeNanos, jlong eventTimeNanos, jint pointerCount, jobjectArray pointerPropertiesObjArray, jobjectArray pointerCoordsObjArray) argument
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1444 float xOffset, float yOffset, float xPrecision, float yPrecision,
1549 * @param xPrecision The precision of the X coordinate being reported.
1562 float xPrecision, float yPrecision, int deviceId,
1567 0, 0, xPrecision, yPrecision,
1589 * @param xPrecision The precision of the X coordinate being reported.
1605 int metaState, float xPrecision, float yPrecision, int deviceId,
1615 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId,
1641 * @param xPrecision The precision of the X coordinate being reported.
1651 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
1668 0, 0, xPrecision, yPrecisio
1441 nativeInitialize(long nativePtr, int deviceId, int source, int action, int flags, int edgeFlags, int metaState, int buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, long downTimeNanos, long eventTimeNanos, int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) argument
1559 obtain(long downTime, long eventTime, int action, int pointerCount, PointerProperties[] pointerProperties, PointerCoords[] pointerCoords, int metaState, int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags) argument
1603 obtain(long downTime, long eventTime, int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags) argument
1649 obtain(long downTime, long eventTime, int action, float x, float y, float pressure, float size, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags) argument
1709 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
[all...]

Completed in 209 milliseconds