Home
last modified time | relevance | path

Searched refs:rawXY (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/trace/
DAndroidInputEventProtoConverter.cpp118 const auto rawXY = in toProtoWindowDispatchEvent() local
121 pointerProto->set_x_in_display(rawXY.x); in toProtoWindowDispatchEvent()
122 pointerProto->set_y_in_display(rawXY.y); in toProtoWindowDispatchEvent()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp47 const vec2 rawXY = MotionEvent::calculateTransformedXY(entry.source, rawTransform, in verifiedMotionEventFromMotionEntry() local
52 rawXY.x, in verifiedMotionEventFromMotionEntry()
53 rawXY.y, in verifiedMotionEventFromMotionEntry()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp7338 const vec2 rawXY = in TEST_F() local
7341 EXPECT_EQ(rawXY.x, verifiedMotion.rawX); in TEST_F()
7342 EXPECT_EQ(rawXY.y, verifiedMotion.rawY); in TEST_F()