Lines Matching refs:SingleTouchInputMapperTest
2911 class SingleTouchInputMapperTest : public TouchInputMapperTest { class
2927 void SingleTouchInputMapperTest::prepareButtons() { in prepareButtons()
2931 void SingleTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
2958 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown()
2964 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processMove()
2969 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper* mapper) { in processUp()
2973 void SingleTouchInputMapperTest::processPressure( in processPressure()
2978 void SingleTouchInputMapperTest::processToolMajor( in processToolMajor()
2983 void SingleTouchInputMapperTest::processDistance( in processDistance()
2988 void SingleTouchInputMapperTest::processTilt( in processTilt()
2994 void SingleTouchInputMapperTest::processKey( in processKey()
2999 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper* mapper) { in processSync()
3004 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPoin… in TEST_F() argument
3013 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndIsACursor_ReturnsTouch… in TEST_F() argument
3024 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchPad_ReturnsTouchPad) { in TEST_F() argument
3034 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { in TEST_F() argument
3044 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { in TEST_F() argument
3073 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { in TEST_F() argument
3102 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { in TEST_F() argument
3118 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownA… in TEST_F() argument
3169 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownA… in TEST_F() argument
3291 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouch… in TEST_F() argument
3365 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture_VirtualDisplay) { in TEST_F() argument
3464 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { in TEST_F() argument
3555 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_DoesNotRotateMotions) { in TEST_F() argument
3579 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_RotatesMotions) { in TEST_F() argument
3641 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { in TEST_F() argument
3686 TEST_F(SingleTouchInputMapperTest, Process_XYAxes_AffineCalibration) { in TEST_F() argument
3710 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { in TEST_F() argument
3954 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { in TEST_F() argument
4090 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { in TEST_F() argument
4163 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { in TEST_F() argument