Searched refs:frame2 (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputProcessor_test.cpp | 230 TouchVideoFrame frame2(2, 2, std::move(videoData2), timestamp2); in TEST_F() local 232 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
|
D | InputReader_test.cpp | 9013 TouchVideoFrame frame2(3, 3, {0, 1, 2, 3, 4, 5, 6, 7, 8}, {1, 3}); in TEST_F() local 9015 std::vector<TouchVideoFrame> frames{frame1, frame2, frame3}; in TEST_F() 9036 TouchVideoFrame frame2(3, 3, {0, 1, 2, 3, 4, 5, 6, 7, 8}, {1, 3}); in TEST_F() local 9038 std::vector<TouchVideoFrame> frames{frame1, frame2, frame3}; in TEST_F()
|
/frameworks/base/core/java/android/window/ |
D | SnapshotDrawerUtils.java | 357 private static boolean isAspectRatioMatch(Rect frame1, Rect frame2) { in isAspectRatioMatch() argument 358 if (frame1.isEmpty() || frame2.isEmpty()) { in isAspectRatioMatch() 362 ((float) frame2.width() / frame2.height()) in isAspectRatioMatch()
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 729 final Rect frame2 = source2.getFrame(); 733 || frame1.equals(frame2) || frame1.isEmpty() || frame2.isEmpty()
|