/frameworks/base/services/input/ |
D | InputListener.cpp | 74 float xPrecision, float yPrecision, nsecs_t downTime) : in NotifyMotionArgs() argument 78 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) { in NotifyMotionArgs() 91 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) { in NotifyMotionArgs()
|
D | InputListener.h | 94 float xPrecision; member 104 float xPrecision, float yPrecision, nsecs_t downTime);
|
D | InputDispatcher.h | 511 float xPrecision; member 521 float xPrecision, float yPrecision, 752 float xPrecision; member
|
D | InputDispatcher.cpp | 852 entry->edgeFlags, entry->xPrecision, entry->yPrecision, in logOutboundMotionDetailsLocked() 1953 motionEntry->xPrecision, motionEntry->yPrecision, in startDispatchCycleLocked() 2271 originalMotionEntry->xPrecision, in splitMotionEvent() 2387 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime); in notifyMotion() 2424 args->xPrecision, args->yPrecision, in notifyMotion() 2440 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime, in notifyMotion() 3804 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry() argument 3811 xPrecision(xPrecision), yPrecision(yPrecision), in MotionEntry() 4055 memento.xPrecision = entry->xPrecision; in addMotionMemento() 4092 memento.xPrecision, memento.yPrecision, memento.downTime, in synthesizeCancelationEvents()
|
D | InputReader.h | 1591 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
|
D | InputReader.cpp | 5379 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) { in dispatchMotion() argument 5414 pointerCount, pointerProperties, pointerCoords, xPrecision, yPrecision, downTime); in dispatchMotion()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1321 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument 1433 float xPrecision, float yPrecision, int deviceId, in obtain() argument 1438 0, 0, xPrecision, yPrecision, in obtain() 1476 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain() argument 1486 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId, in obtain() 1522 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument 1539 0, 0, xPrecision, yPrecision, in obtain() 1582 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument 1584 metaState, xPrecision, yPrecision, deviceId, edgeFlags); in obtain()
|
/frameworks/base/libs/androidfw/tests/ |
D | InputPublisherAndConsumer_test.cpp | 141 const float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local 166 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, in PublishAndConsumeMotionEvent() 192 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
|
/frameworks/base/include/androidfw/ |
D | InputTransport.h | 87 float xPrecision; member 230 float xPrecision,
|
D | Input.h | 502 float xPrecision,
|
/frameworks/base/libs/androidfw/ |
D | InputTransport.cpp | 285 float xPrecision, in publishMotionEvent() argument 300 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); in publishMotionEvent() 326 msg.body.motion.xPrecision = xPrecision; in publishMotionEvent() 906 msg->body.motion.xPrecision, in initializeMotionEvent()
|
D | Input.cpp | 292 float xPrecision, in initialize() argument 307 mXPrecision = xPrecision; in initialize()
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 2029 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F() 2051 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F() 2847 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 2871 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 2894 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 2945 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 2968 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3011 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3036 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3059 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() [all …]
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 342 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize() argument 378 xOffset, yOffset, xPrecision, yPrecision, in android_view_MotionEvent_nativeInitialize()
|