Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3020 class CursorInputMapperTest : public InputMapperTest { class
3062 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) { in TEST_F() argument
3069 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) { in TEST_F() argument
3076 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerControlle… in TEST_F() argument
3106 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) { in TEST_F() argument
3124 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) { in TEST_F() argument
3216 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdates) { in TEST_F() argument
3239 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentButtonUpdates) { in TEST_F() argument
3272 TEST_F(CursorInputMapperTest, Process_ShouldHandleCombinedXYAndButtonUpdates) { in TEST_F() argument
3319 TEST_F(CursorInputMapperTest, Process_WhenNotOrientationAware_ShouldNotRotateMotions) { in TEST_F() argument
[all …]