Searched refs:yPrecision (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.cpp74 float xPrecision, float yPrecision, nsecs_t downTime) :
78 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 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 yPrecision; member in struct:android::NotifyMotionArgs
105 float xPrecision, float yPrecision, nsecs_t downTime);
H A DInputDispatcher.cpp885 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
890 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
2012 motionEntry->xPrecision, motionEntry->yPrecision,
2331 originalMotionEntry->yPrecision,
2461 "xPrecision=%f, yPrecision=%f, downTime=%lld",
2464 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2501 args->xPrecision, args->yPrecision,
2517 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3950 int32_t edgeFlags, float xPrecision, float yPrecision,
3958 xPrecision(xPrecision), yPrecision(yPrecisio
3947 MotionEntry(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, 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.h512 float yPrecision; member in struct:android::InputDispatcher::MotionEntry
523 float xPrecision, float yPrecision,
757 float yPrecision; member in struct:android::InputDispatcher::InputState::MotionMemento
H A DInputReader.h1714 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
H A DInputReader.cpp5646 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) {
5682 xPrecision, yPrecision, downTime);
5642 dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, int32_t action, 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/libs/input/tests/
H A DStructLayout_test.cpp62 CHECK_OFFSET(InputMessage::Body::Motion, yPrecision, 68);
H A DInputPublisherAndConsumer_test.cpp143 const float yPrecision = 0.5; local
167 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
194 EXPECT_EQ(yPrecision, motionEvent->getYPrecision());
/frameworks/native/include/input/
H A DInputTransport.h95 float yPrecision; member in struct:android::InputMessage::Body::Motion
242 float yPrecision,
H A DInput.h530 float yPrecision,
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1322 float xOffset, float yOffset, float xPrecision, float yPrecision,
1425 * @param yPrecision The precision of the Y coordinate being reported.
1437 float xPrecision, float yPrecision, int deviceId,
1442 0, 0, xPrecision, yPrecision,
1465 * @param yPrecision The precision of the Y coordinate being reported.
1480 int metaState, float xPrecision, float yPrecision, int deviceId,
1490 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId,
1517 * @param yPrecision The precision of the Y coordinate being reported.
1526 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
1543 0, 0, xPrecision, yPrecision,
1319 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
1434 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
1478 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
1524 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
1584 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...]
/frameworks/native/libs/input/
H A DInputTransport.cpp293 float yPrecision,
303 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
307 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
334 msg.body.motion.yPrecision = yPrecision;
917 msg->body.motion.yPrecision,
281 publishMotionEvent( uint32_t seq, int32_t deviceId, int32_t source, int32_t action, 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
H A DInput.cpp226 float yPrecision,
241 mYPrecision = yPrecision;
215 initialize( int32_t deviceId, int32_t source, int32_t action, 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
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2070 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.yPrecision);
2092 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.yPrecision);
2908 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
2932 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
2955 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
3006 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
3029 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
3072 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
3097 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
3120 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILO
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp337 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
373 xOffset, yOffset, xPrecision, yPrecision,
333 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

Completed in 196 milliseconds