Lines Matching refs:CursorInputMapperTest
2118 class CursorInputMapperTest : public InputMapperTest { class
2135 const int32_t CursorInputMapperTest::TRACKBALL_MOVEMENT_THRESHOLD = 6;
2137 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper, in testMotionRotation()
2152 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) { in TEST_F() argument
2160 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) { in TEST_F() argument
2168 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerControlle… in TEST_F() argument
2199 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) { in TEST_F() argument
2218 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) { in TEST_F() argument
2311 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdates) { in TEST_F() argument
2335 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentButtonUpdates) { in TEST_F() argument
2369 TEST_F(CursorInputMapperTest, Process_ShouldHandleCombinedXYAndButtonUpdates) { in TEST_F() argument
2417 TEST_F(CursorInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateMotions) { in TEST_F() argument
2435 TEST_F(CursorInputMapperTest, Process_WhenOrientationAware_ShouldRotateMotions) { in TEST_F() argument
2486 TEST_F(CursorInputMapperTest, Process_ShouldHandleAllButtons) { in TEST_F() argument
2774 TEST_F(CursorInputMapperTest, Process_WhenModeIsPointer_ShouldMoveThePointerAround) { in TEST_F() argument
2796 TEST_F(CursorInputMapperTest, Process_PointerCapture) { in TEST_F() argument