Lines Matching refs:SingleTouchInputMapperTest
4485 class SingleTouchInputMapperTest : public TouchInputMapperTest { class
4501 void SingleTouchInputMapperTest::prepareButtons() { in prepareButtons()
4505 void SingleTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
4528 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processDown()
4534 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processMove()
4539 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper& mapper) { in processUp()
4543 void SingleTouchInputMapperTest::processPressure(SingleTouchInputMapper& mapper, int32_t pressure) { in processPressure()
4547 void SingleTouchInputMapperTest::processToolMajor(SingleTouchInputMapper& mapper, in processToolMajor()
4552 void SingleTouchInputMapperTest::processDistance(SingleTouchInputMapper& mapper, int32_t distance) { in processDistance()
4556 void SingleTouchInputMapperTest::processTilt(SingleTouchInputMapper& mapper, int32_t tiltX, in processTilt()
4562 void SingleTouchInputMapperTest::processKey(SingleTouchInputMapper& mapper, int32_t code, in processKey()
4567 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper& mapper) { in processSync()
4571 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPoin… in TEST_F() argument
4579 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { in TEST_F() argument
4588 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { in TEST_F() argument
4616 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { in TEST_F() argument
4644 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { in TEST_F() argument
4659 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownA… in TEST_F() argument
4709 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownA… in TEST_F() argument
4830 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouch… in TEST_F() argument
4903 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture_VirtualDisplay) { in TEST_F() argument
5001 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { in TEST_F() argument
5091 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_DoesNotRotateMotions) { in TEST_F() argument
5115 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_RotatesMotions) { in TEST_F() argument
5183 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation0_RotatesMotions) { in TEST_F() argument
5207 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation90_RotatesMotions) { in TEST_F() argument
5231 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation180_RotatesMotions) { in TEST_F() argument
5255 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation270_RotatesMotions) { in TEST_F() argument
5279 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationSpecified_RotatesMotionWithDisplay) { in TEST_F() argument
5348 TEST_F(SingleTouchInputMapperTest, Process_IgnoresTouchesOutsidePhysicalFrame) { in TEST_F() argument
5403 TEST_F(SingleTouchInputMapperTest, Process_DoesntCheckPhysicalFrameForTouchpads) { in TEST_F() argument
5433 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { in TEST_F() argument
5480 TEST_F(SingleTouchInputMapperTest, Process_XYAxes_AffineCalibration) { in TEST_F() argument
5503 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { in TEST_F() argument
5746 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { in TEST_F() argument
5881 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { in TEST_F() argument
5953 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { in TEST_F() argument
6024 TEST_F(SingleTouchInputMapperTest, Reset_CancelsOngoingGesture) { in TEST_F() argument
6046 TEST_F(SingleTouchInputMapperTest, Reset_RecreatesTouchState) { in TEST_F() argument
6073 TEST_F(SingleTouchInputMapperTest, in TEST_F() argument
6101 TEST_F(SingleTouchInputMapperTest, in TEST_F() argument
6162 TEST_F(SingleTouchInputMapperTest, ButtonIsReleasedOnTouchUp) { in TEST_F() argument
6200 TEST_F(SingleTouchInputMapperTest, StylusButtonMotionEventsDisabled) { in TEST_F() argument
6240 TEST_F(SingleTouchInputMapperTest, WhenDeviceTypeIsSetToTouchNavigation_setsCorrectType) { in TEST_F() argument
6251 TEST_F(SingleTouchInputMapperTest, WhenDeviceTypeIsChangedToTouchNavigation_updatesDeviceType) { in TEST_F() argument
6274 TEST_F(SingleTouchInputMapperTest, HoverEventsOutsidePhysicalFrameAreIgnored) { in TEST_F() argument
6324 class TouchDisplayProjectionTest : public SingleTouchInputMapperTest {
6496 SingleTouchInputMapperTest::SetUp(); in SetUp()
6725 class ExternalStylusFusionTest : public SingleTouchInputMapperTest {