Lines Matching refs:SingleTouchInputMapperTest
4786 class SingleTouchInputMapperTest : public TouchInputMapperTest { class
4802 void SingleTouchInputMapperTest::prepareButtons() { in prepareButtons()
4806 void SingleTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
4829 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processDown()
4835 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processMove()
4840 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper& mapper) { in processUp()
4844 void SingleTouchInputMapperTest::processPressure(SingleTouchInputMapper& mapper, int32_t pressure) { in processPressure()
4848 void SingleTouchInputMapperTest::processToolMajor(SingleTouchInputMapper& mapper, in processToolMajor()
4853 void SingleTouchInputMapperTest::processDistance(SingleTouchInputMapper& mapper, int32_t distance) { in processDistance()
4857 void SingleTouchInputMapperTest::processTilt(SingleTouchInputMapper& mapper, int32_t tiltX, in processTilt()
4863 void SingleTouchInputMapperTest::processKey(SingleTouchInputMapper& mapper, int32_t code, in processKey()
4868 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper& mapper) { in processSync()
4872 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPoin… in TEST_F() argument
4880 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndIsACursor_ReturnsTouch… in TEST_F() argument
4890 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchPad_ReturnsTouchPad) { in TEST_F() argument
4899 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { in TEST_F() argument
4908 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { in TEST_F() argument
4936 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { in TEST_F() argument
4964 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { in TEST_F() argument
4979 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownA… in TEST_F() argument
5029 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownA… in TEST_F() argument
5150 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouch… in TEST_F() argument
5223 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture_VirtualDisplay) { in TEST_F() argument
5321 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { in TEST_F() argument
5411 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_DoesNotRotateMotions) { in TEST_F() argument
5435 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_RotatesMotions) { in TEST_F() argument
5503 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation0_RotatesMotions) { in TEST_F() argument
5527 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation90_RotatesMotions) { in TEST_F() argument
5551 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation180_RotatesMotions) { in TEST_F() argument
5575 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation270_RotatesMotions) { in TEST_F() argument
5599 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationSpecified_RotatesMotionWithDisplay) { in TEST_F() argument
5669 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { in TEST_F() argument
5713 TEST_F(SingleTouchInputMapperTest, Process_XYAxes_AffineCalibration) { in TEST_F() argument
5736 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { in TEST_F() argument
5979 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { in TEST_F() argument
6114 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { in TEST_F() argument
6186 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { in TEST_F() argument