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

/frameworks/base/libs/androidfw/tests/
H A DInputPublisherAndConsumer_test.cpp141 const float xPrecision = 0.25; local
166 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
192 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.h511 float xPrecision; member in struct:android::InputDispatcher::MotionEntry
523 float xPrecision, float yPrecision,
754 float xPrecision; member in struct:android::InputDispatcher::InputState::MotionMemento
H A DInputDispatcher.cpp868 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
873 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
1996 motionEntry->xPrecision, motionEntry->yPrecision,
2314 originalMotionEntry->xPrecision,
2432 "xPrecision=%f, yPrecision=%f, downTime=%lld",
2435 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2472 args->xPrecision, args->yPrecision,
2488 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3866 int32_t edgeFlags, float xPrecision, float yPrecision,
3873 xPrecision(xPrecisio
3863 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.cpp5466 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) {
5502 xPrecision, yPrecision, downTime);
5462 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/base/include/androidfw/
H A DInputTransport.h87 float xPrecision; member in struct:android::InputMessage::Body::Motion
230 float xPrecision,
/frameworks/base/libs/androidfw/
H A DInput.cpp292 float xPrecision,
307 mXPrecision = xPrecision;
282 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.cpp285 float xPrecision,
296 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
300 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
326 msg.body.motion.xPrecision = xPrecision;
906 msg->body.motion.xPrecision,
274 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.cpp342 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
378 xOffset, yOffset, xPrecision, yPrecision,
338 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 192 milliseconds