Lines Matching defs:SingleTouchInputMapperTest
5107 class SingleTouchInputMapperTest : public TouchInputMapperTest { class
5193 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsNotSpecifiedAndNotACursor_ReturnsPoin… in TEST_F() argument
5201 TEST_F(SingleTouchInputMapperTest, GetSources_WhenDeviceTypeIsTouchScreen_ReturnsTouchScreen) { in TEST_F() argument
5210 TEST_F(SingleTouchInputMapperTest, GetKeyCodeState) { in TEST_F() argument
5238 TEST_F(SingleTouchInputMapperTest, GetScanCodeState) { in TEST_F() argument
5266 TEST_F(SingleTouchInputMapperTest, MarkSupportedKeyCodes) { in TEST_F() argument
5281 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndReleasedNormally_SendsKeyDownA… in TEST_F() argument
5331 TEST_F(SingleTouchInputMapperTest, Process_WhenVirtualKeyIsPressedAndMovedOutOfBounds_SendsKeyDownA… in TEST_F() argument
5452 TEST_F(SingleTouchInputMapperTest, Process_WhenTouchStartsOutsideDisplayAndMovesIn_SendsDownAsTouch… in TEST_F() argument
5525 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture_VirtualDisplay) { in TEST_F() argument
5623 TEST_F(SingleTouchInputMapperTest, Process_NormalSingleTouchGesture) { in TEST_F() argument
5713 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationAware_DoesNotRotateMotions) { in TEST_F() argument
5737 TEST_F(SingleTouchInputMapperTest, Process_WhenNotOrientationAware_RotatesMotions) { in TEST_F() argument
5805 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation0_RotatesMotions) { in TEST_F() argument
5829 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation90_RotatesMotions) { in TEST_F() argument
5853 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation180_RotatesMotions) { in TEST_F() argument
5877 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientation270_RotatesMotions) { in TEST_F() argument
5901 TEST_F(SingleTouchInputMapperTest, Process_WhenOrientationSpecified_RotatesMotionWithDisplay) { in TEST_F() argument
5970 TEST_F(SingleTouchInputMapperTest, Process_IgnoresTouchesOutsidePhysicalFrame) { in TEST_F() argument
6025 TEST_F(SingleTouchInputMapperTest, Process_DoesntCheckPhysicalFrameForTouchpads) { in TEST_F() argument
6059 TEST_F(SingleTouchInputMapperTest, Process_AllAxes_DefaultCalibration) { in TEST_F() argument
6103 TEST_F(SingleTouchInputMapperTest, Process_XYAxes_AffineCalibration) { in TEST_F() argument
6126 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllButtons) { in TEST_F() argument
6369 TEST_F(SingleTouchInputMapperTest, Process_ShouldHandleAllToolTypes) { in TEST_F() argument
6504 TEST_F(SingleTouchInputMapperTest, Process_WhenBtnTouchPresent_HoversIfItsValueIsZero) { in TEST_F() argument
6576 TEST_F(SingleTouchInputMapperTest, Process_WhenAbsPressureIsPresent_HoversIfItsValueIsZero) { in TEST_F() argument
6647 TEST_F(SingleTouchInputMapperTest, Reset_CancelsOngoingGesture) { in TEST_F() argument
6669 TEST_F(SingleTouchInputMapperTest, Reset_RecreatesTouchState) { in TEST_F() argument
6696 TEST_F(SingleTouchInputMapperTest, in TEST_F() argument
6724 TEST_F(SingleTouchInputMapperTest, in TEST_F() argument
6785 TEST_F(SingleTouchInputMapperTest, ButtonIsReleasedOnTouchUp) { in TEST_F() argument
6823 TEST_F(SingleTouchInputMapperTest, StylusButtonMotionEventsDisabled) { in TEST_F() argument
6863 TEST_F(SingleTouchInputMapperTest, WhenDeviceTypeIsSetToTouchNavigation_setsCorrectType) { in TEST_F() argument
6874 TEST_F(SingleTouchInputMapperTest, Process_WhenConfigEnabled_ShouldShowDirectStylusPointer) { in TEST_F() argument
6898 TEST_F(SingleTouchInputMapperTest, Process_WhenConfigDisabled_ShouldNotShowDirectStylusPointer) { in TEST_F() argument
6920 TEST_F(SingleTouchInputMapperTest, WhenDeviceTypeIsChangedToTouchNavigation_updatesDeviceType) { in TEST_F() argument
6943 TEST_F(SingleTouchInputMapperTest, HoverEventsOutsidePhysicalFrameAreIgnored) { in TEST_F() argument