Home
last modified time | relevance | path

Searched defs:SingleTouchInputMapperTest (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp5107 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
[all …]