Searched defs:expectedPointers (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 866 const std::map<int32_t, PointF> expectedPointers{{1, PointF{110, 100}}}; in TEST_F() local 2716 const std::map<int32_t, PointF> expectedPointers{{0, PointF{100, 100}}}; in TEST_F() local 2798 const std::map<int32_t, PointF> expectedPointers{{0, PointF{100, 100}}}; in TEST_F() local 5679 const std::map<int32_t, PointF> expectedPointers{{0, PointF{-10, -10}}, {1, PointF{105, 105}}}; in TEST_F() local
|