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

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp144 const float yPrecision = 0.5; local
168 flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
195 EXPECT_EQ(yPrecision, motionEvent->getYPrecision());
/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.h97 float yPrecision; member in struct:android::NotifyMotionArgs
107 float xPrecision, float yPrecision, nsecs_t downTime);
H A DInputDispatcher.h519 float yPrecision; member in struct:android::InputDispatcher::MotionEntry
530 float xPrecision, float yPrecision, nsecs_t downTime,
771 float yPrecision; 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,
2033 xOffset, yOffset, motionEntry->xPrecision, motionEntry->yPrecision,
2360 originalMotionEntry->yPrecision,
2490 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
2493 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2531 0, 0, args->xPrecision, args->yPrecision,
2548 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3970 float xPrecision, float yPrecision, nsecs_t downTime,
3978 edgeFlags(edgeFlags), xPrecision(xPrecision), yPrecision(yPrecisio
3967 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.cpp6313 float xPrecision, float yPrecision, nsecs_t downTime) {
6349 xPrecision, yPrecision, downTime);
6308 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.h96 float yPrecision; member in struct:android::InputMessage::Body::Motion
244 float yPrecision,
/frameworks/native/libs/input/
H A DInput.cpp227 float yPrecision,
243 mYPrecision = yPrecision;
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 yPrecision,
307 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
311 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
339 msg.body.motion.yPrecision = yPrecision;
934 msg->body.motion.yPrecision,
284 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.java1471 float xOffset, float yOffset, float xPrecision, float yPrecision,
1615 * @param yPrecision The precision of the Y coordinate being reported.
1627 float xPrecision, float yPrecision, int deviceId,
1632 0, 0, xPrecision, yPrecision,
1655 * @param yPrecision The precision of the Y coordinate being reported.
1670 int metaState, float xPrecision, float yPrecision, int deviceId,
1680 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId,
1707 * @param yPrecision The precision of the Y coordinate being reported.
1716 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
1733 0, 0, xPrecision, yPrecision,
1468 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
1624 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
1668 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
1714 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
1774 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 204 milliseconds