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

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp142 const float xPrecision = 0.25; local
167 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
193 EXPECT_EQ(xPrecision, motionEvent->getXPrecision());
/frameworks/base/services/input/
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.h95 float xPrecision; member in struct:android::NotifyMotionArgs
105 float xPrecision, float yPrecision, nsecs_t downTime);
H A DInputDispatcher.h514 float xPrecision; member in struct:android::InputDispatcher::MotionEntry
526 float xPrecision, float yPrecision,
758 float xPrecision; member in struct:android::InputDispatcher::InputState::MotionMemento
H A DInputDispatcher.cpp882 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
887 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
1997 motionEntry->xPrecision, motionEntry->yPrecision,
2315 originalMotionEntry->xPrecision,
2433 "xPrecision=%f, yPrecision=%f, downTime=%lld",
2436 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2473 args->xPrecision, args->yPrecision,
2489 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3899 int32_t edgeFlags, float xPrecision, float yPrecision,
3906 xPrecision(xPrecisio
3896 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) argument
[all...]
H A DInputReader.cpp5586 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) {
5622 xPrecision, yPrecision, downTime);
5582 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/include/input/
H A DInputTransport.h87 float xPrecision; member in struct:android::InputMessage::Body::Motion
233 float xPrecision,
/frameworks/native/libs/input/
H A DInput.cpp294 float xPrecision,
309 mXPrecision = xPrecision;
284 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
H A DInputTransport.cpp291 float xPrecision,
302 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
306 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
332 msg.body.motion.xPrecision = xPrecision;
915 msg->body.motion.xPrecision,
280 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, size_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp341 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
377 xOffset, yOffset, xPrecision, yPrecision,
337 android_view_MotionEvent_nativeInitialize(JNIEnv* env, jclass clazz, jint 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.java1321 float xOffset, float yOffset, float xPrecision, float yPrecision,
1420 * @param xPrecision The precision of the X coordinate being reported.
1433 float xPrecision, float yPrecision, int deviceId,
1438 0, 0, xPrecision, yPrecision,
1460 * @param xPrecision The precision of the X coordinate being reported.
1476 int metaState, float xPrecision, float yPrecision, int deviceId,
1486 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId,
1512 * @param xPrecision The precision of the X coordinate being reported.
1522 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
1539 0, 0, xPrecision, yPrecisio
1318 nativeInitialize(int 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
1430 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
1474 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
1520 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
1580 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 642 milliseconds