#include "ui/events/velocity_tracker/motion_event_generic.h"
#include <numbers>
#include <utility>
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/event_constants.h"
#include "ui/events/test/motion_event_test_utils.h"
namespace ui {
TEST(MotionEventGenericTest, Basic) { … }
TEST(MotionEventGenericTest, Clone) { … }
TEST(MotionEventGenericTest, CloneWithHistory) { … }
TEST(MotionEventGenericTest, Cancel) { … }
TEST(MotionEventGenericTest, FindPointerIndexOfId) { … }
TEST(MotionEventGenericTest, RemovePointerAt) { … }
TEST(MotionEventGenericTest, AxisAndOrientation) { … }
TEST(MotionEventGenericTest, ToString) { … }
}