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

/frameworks/base/services/input/
H A DInputListener.cpp74 float xPrecision, float yPrecision, nsecs_t downTime) :
78 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) {
91 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, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
H A DInputListener.h95 float yPrecision; member in struct:android::NotifyMotionArgs
104 float xPrecision, float yPrecision, nsecs_t downTime);
H A DInputDispatcher.cpp847 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
852 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
1953 motionEntry->xPrecision, motionEntry->yPrecision,
2272 originalMotionEntry->yPrecision,
2384 "xPrecision=%f, yPrecision=%f, downTime=%lld",
2387 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2424 args->xPrecision, args->yPrecision,
2440 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3804 int32_t edgeFlags, float xPrecision, float yPrecision,
3811 xPrecision(xPrecision), yPrecision(yPrecisio
3801 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, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
[all...]
H A DInputDispatcher.h512 float yPrecision; member in struct:android::InputDispatcher::MotionEntry
521 float xPrecision, float yPrecision,
753 float yPrecision; member in struct:android::InputDispatcher::InputState::MotionMemento
H A DInputReader.h1591 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
H A DInputReader.cpp5379 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) {
5414 pointerCount, pointerProperties, pointerCoords, xPrecision, yPrecision, downTime);
5375 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/libs/androidfw/tests/
H A DInputPublisherAndConsumer_test.cpp142 const float yPrecision = 0.5; local
166 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
193 EXPECT_EQ(yPrecision, motionEvent->getYPrecision());
/frameworks/base/include/androidfw/
H A DInputTransport.h88 float yPrecision; member in struct:android::InputMessage::Body::Motion
231 float yPrecision,
H A DInput.h503 float yPrecision,
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1321 float xOffset, float yOffset, float xPrecision, float yPrecision,
1421 * @param yPrecision The precision of the Y coordinate being reported.
1433 float xPrecision, float yPrecision, int deviceId,
1438 0, 0, xPrecision, yPrecision,
1461 * @param yPrecision The precision of the Y coordinate being reported.
1476 int metaState, float xPrecision, float yPrecision, int deviceId,
1486 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId,
1513 * @param yPrecision The precision of the Y coordinate being reported.
1522 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
1539 0, 0, xPrecision, yPrecision,
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...]
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp286 float yPrecision,
296 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
300 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
327 msg.body.motion.yPrecision = yPrecision;
907 msg->body.motion.yPrecision,
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
H A DInput.cpp293 float yPrecision,
308 mYPrecision = yPrecision;
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
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2030 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.yPrecision);
2052 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.yPrecision);
2848 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
2872 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
2895 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
2946 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
2969 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
3012 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
3037 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILON);
3060 ASSERT_NEAR(Y_PRECISION, motionArgs.yPrecision, EPSILO
[all...]
/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

Completed in 2110 milliseconds