Home
last modified time | relevance | path

Searched refs:xPrecision (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/services/inputflinger/
DInputListener.cpp74 float xPrecision, float yPrecision, nsecs_t downTime) : in NotifyMotionArgs() argument
79 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) { in NotifyMotionArgs()
92 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) { in NotifyMotionArgs()
DInputListener.h96 float xPrecision; member
107 float xPrecision, float yPrecision, nsecs_t downTime);
DInputDispatcher.h518 float xPrecision; member
530 float xPrecision, float yPrecision, nsecs_t downTime,
770 float xPrecision; member
DInputDispatcher.cpp898 entry->edgeFlags, entry->xPrecision, entry->yPrecision, in logOutboundMotionDetailsLocked()
2033 xOffset, yOffset, motionEntry->xPrecision, motionEntry->yPrecision, in startDispatchCycleLocked()
2359 originalMotionEntry->xPrecision, in splitMotionEvent()
2493 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime); in notifyMotion()
2531 0, 0, args->xPrecision, args->yPrecision, in notifyMotion()
2548 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime, in notifyMotion()
3970 float xPrecision, float yPrecision, nsecs_t downTime, in MotionEntry() argument
3978 edgeFlags(edgeFlags), xPrecision(xPrecision), yPrecision(yPrecision), in MotionEntry()
3997 xPrecision, yPrecision, displayId); in appendDescription()
4260 memento.xPrecision = entry->xPrecision; in addMotionMemento()
[all …]
DInputReader.h1824 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
DInputReader.cpp6313 float xPrecision, float yPrecision, nsecs_t downTime) { in dispatchMotion() argument
6349 xPrecision, yPrecision, downTime); in dispatchMotion()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp143 const float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local
168 flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, in PublishAndConsumeMotionEvent()
194 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
DStructLayout_test.cpp62 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 64); in TestInputMessageAlignment()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewOnGenericMotionEventTest.java124 float xPrecision = 1; in obtainScrollMotionEvent() local
130 1, pointerProperties, pointerCoords, 0, 0, xPrecision, yPrecision, deviceId, in obtainScrollMotionEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java1471 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument
1627 float xPrecision, float yPrecision, int deviceId, in obtain() argument
1632 0, 0, xPrecision, yPrecision, in obtain()
1670 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain() argument
1680 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId, in obtain()
1716 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1733 0, 0, xPrecision, yPrecision, in obtain()
1776 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1778 metaState, xPrecision, yPrecision, deviceId, edgeFlags); in obtain()
/frameworks/native/include/input/
DInputTransport.h95 float xPrecision; member
243 float xPrecision,
DInput.h567 float xPrecision,
/frameworks/native/libs/input/
DInputTransport.cpp296 float xPrecision, in publishMotionEvent() argument
311 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); in publishMotionEvent()
338 msg.body.motion.xPrecision = xPrecision; in publishMotionEvent()
933 msg->body.motion.xPrecision, in initializeMotionEvent()
DInput.cpp226 float xPrecision, in initialize() argument
242 mXPrecision = xPrecision; in initialize()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2113 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
2132 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
2154 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
2173 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
3235 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3259 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3282 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3333 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3356 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3403 ASSERT_NEAR(X_PRECISION_VIRTUAL, motionArgs.xPrecision, EPSILON); in TEST_F()
[all …]
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp338 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize() argument
374 xOffset, yOffset, xPrecision, yPrecision, in android_view_MotionEvent_nativeInitialize()