• Home
  • Raw
  • Download

Lines Matching refs:SingleTouchInputMapperTest

2591 class SingleTouchInputMapperTest : public TouchInputMapperTest {  class
2607 void SingleTouchInputMapperTest::prepareButtons() { in prepareButtons()
2611 void SingleTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
2638 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown()
2644 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processMove()
2649 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper* mapper) { in processUp()
2653 void SingleTouchInputMapperTest::processPressure( in processPressure()
2658 void SingleTouchInputMapperTest::processToolMajor( in processToolMajor()
2663 void SingleTouchInputMapperTest::processDistance( in processDistance()
2668 void SingleTouchInputMapperTest::processTilt( in processTilt()
2674 void SingleTouchInputMapperTest::processKey( in processKey()
2679 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper* mapper) { in processSync()
2684 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPoin… in TEST_F() argument
2693 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndIsACursor_ReturnsTouch… in TEST_F() argument
2704 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchPad_ReturnsTouchPad) { in TEST_F() argument
2714 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { in TEST_F() argument
2724 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { in TEST_F() argument
2753 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { in TEST_F() argument
2782 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { in TEST_F() argument
2798 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownA… in TEST_F() argument
2849 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownA… in TEST_F() argument
2971 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouch… in TEST_F() argument
3045 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { in TEST_F() argument
3136 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_DoesNotRotateMotions) { in TEST_F() argument
3160 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_RotatesMotions) { in TEST_F() argument
3222 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { in TEST_F() argument
3267 TEST_F(SingleTouchInputMapperTest, Process_XYAxes_AffineCalibration) { in TEST_F() argument
3291 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { in TEST_F() argument
3452 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { in TEST_F() argument
3588 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { in TEST_F() argument
3661 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { in TEST_F() argument