Home
last modified time | relevance | path

Searched defs:frame1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputProcessor_test.cpp226 TouchVideoFrame frame1(2, 2, std::move(videoData1), timestamp1); in TEST_F() local
DInputReader_test.cpp9012 TouchVideoFrame frame1(3, 2, {1, 2, 3, 4, 5, 6}, {1, 2}); in TEST_F() local
9035 TouchVideoFrame frame1(3, 2, {1, 2, 3, 4, 5, 6}, {1, 2}); in TEST_F() local
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java357 private static boolean isAspectRatioMatch(Rect frame1, Rect frame2) { in isAspectRatioMatch()