Searched refs:frame2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputClassifier_test.cpp | 248 TouchVideoFrame frame2(2, 2, std::move(videoData2), timestamp2); in TEST_F() local 250 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
|
D | InputReader_test.cpp | 6511 TouchVideoFrame frame2(3, 3, {0, 1, 2, 3, 4, 5, 6, 7, 8}, {1, 3}); in TEST_F() local 6513 std::vector<TouchVideoFrame> frames{frame1, frame2, frame3}; in TEST_F()
|