Searched defs:frameRotated (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/libs/input/tests/ |
H A D | TouchVideoFrame_test.cpp | 75 TouchVideoFrame frameRotated(0, 0, {}, TIMESTAMP); in TEST() local 82 TouchVideoFrame frameRotated(1, 1, {1}, TIMESTAMP); in TEST() local 89 TouchVideoFrame frameRotated(2, 2, {2, 4, 1, 3}, TIMESTAMP); in TEST() local 96 TouchVideoFrame frameRotated(2, 3, {2, 4, 6, 1, 3, 5}, TIMESTAMP); in TEST() local 115 TouchVideoFrame frameRotated(0, 0, {}, TIMESTAMP); in TEST() local 122 TouchVideoFrame frameRotated(1, 1, {1}, TIMESTAMP); in TEST() local 129 TouchVideoFrame frameRotated(2, 2, {4, 3, 2, 1}, TIMESTAMP); in TEST() local 136 TouchVideoFrame frameRotated(3, 2, {6, 5, 4, 3, 2, 1}, TIMESTAMP); in TEST() local 160 TouchVideoFrame frameRotated(0, 0, {}, TIMESTAMP); in TEST() local 167 TouchVideoFrame frameRotated(1, 1, {1}, TIMESTAMP); in TEST() local [all …]
|