Lines Matching refs:SingleTouchInputMapperTest
3044 class SingleTouchInputMapperTest : public TouchInputMapperTest { class
3060 void SingleTouchInputMapperTest::prepareButtons() { in prepareButtons()
3064 void SingleTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
3091 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown()
3097 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processMove()
3102 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper* mapper) { in processUp()
3106 void SingleTouchInputMapperTest::processPressure( in processPressure()
3111 void SingleTouchInputMapperTest::processToolMajor( in processToolMajor()
3116 void SingleTouchInputMapperTest::processDistance( in processDistance()
3121 void SingleTouchInputMapperTest::processTilt( in processTilt()
3127 void SingleTouchInputMapperTest::processKey( in processKey()
3132 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper* mapper) { in processSync()
3137 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPoin… in TEST_F() argument
3146 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndIsACursor_ReturnsTouch… in TEST_F() argument
3157 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchPad_ReturnsTouchPad) { in TEST_F() argument
3167 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { in TEST_F() argument
3177 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { in TEST_F() argument
3206 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { in TEST_F() argument
3235 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { in TEST_F() argument
3251 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownA… in TEST_F() argument
3302 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownA… in TEST_F() argument
3424 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouch… in TEST_F() argument
3498 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture_VirtualDisplay) { in TEST_F() argument
3597 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { in TEST_F() argument
3688 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_DoesNotRotateMotions) { in TEST_F() argument
3712 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_RotatesMotions) { in TEST_F() argument
3774 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { in TEST_F() argument
3819 TEST_F(SingleTouchInputMapperTest, Process_XYAxes_AffineCalibration) { in TEST_F() argument
3843 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { in TEST_F() argument
4087 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { in TEST_F() argument
4223 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { in TEST_F() argument
4296 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { in TEST_F() argument