Searched refs:frame1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputProcessor_test.cpp | 226 TouchVideoFrame frame1(2, 2, std::move(videoData1), timestamp1); in TEST_F() local 232 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
|
D | InputReader_test.cpp | 9012 TouchVideoFrame frame1(3, 2, {1, 2, 3, 4, 5, 6}, {1, 2}); in TEST_F() local 9015 std::vector<TouchVideoFrame> frames{frame1, frame2, frame3}; in TEST_F() 9035 TouchVideoFrame frame1(3, 2, {1, 2, 3, 4, 5, 6}, {1, 2}); 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() 363 - ((float) frame1.width() / frame1.height())) <= 0.01f; in isAspectRatioMatch()
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 728 final Rect frame1 = source1.getFrame(); 733 || frame1.equals(frame2) || frame1.isEmpty() || frame2.isEmpty()
|