• Home
  • Raw
  • Download

Lines Matching refs:CursorInputMapperTest

2382 class CursorInputMapperTest : public InputMapperTest {  class
2406 const int32_t CursorInputMapperTest::TRACKBALL_MOVEMENT_THRESHOLD = 6;
2408 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper, in testMotionRotation()
2423 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) { in TEST_F() argument
2431 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) { in TEST_F() argument
2439 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerControlle… in TEST_F() argument
2470 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) { in TEST_F() argument
2489 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) { in TEST_F() argument
2582 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdates) { in TEST_F() argument
2606 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentButtonUpdates) { in TEST_F() argument
2640 TEST_F(CursorInputMapperTest, Process_ShouldHandleCombinedXYAndButtonUpdates) { in TEST_F() argument
2688 TEST_F(CursorInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateMotions) { in TEST_F() argument
2704 TEST_F(CursorInputMapperTest, Process_WhenOrientationAware_ShouldRotateMotions) { in TEST_F() argument
2751 TEST_F(CursorInputMapperTest, Process_ShouldHandleAllButtons) { in TEST_F() argument
3039 TEST_F(CursorInputMapperTest, Process_WhenModeIsPointer_ShouldMoveThePointerAround) { in TEST_F() argument
3061 TEST_F(CursorInputMapperTest, Process_PointerCapture) { in TEST_F() argument
3150 TEST_F(CursorInputMapperTest, Process_ShouldHandleDisplayId) { in TEST_F() argument