Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DTouchVideoFrame_test.cpp61 const std::vector<int16_t> differentData = {1, 2, 3, 3, 5, 6}; in TEST() local
62 TouchVideoFrame changedDataFrame(height, width, differentData, TIMESTAMP); in TEST()