Searched refs:CursorInputMapperTest (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1939 // --- CursorInputMapperTest ---
1941 class CursorInputMapperTest : public InputMapperTest { class in namespace:android
1958 const int32_t CursorInputMapperTest::TRACKBALL_MOVEMENT_THRESHOLD = 6;
1960 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper,
1975 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) {
1983 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) {
1991 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerController) {
2022 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) {
2041 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) {
2096 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdate
[all...]

Completed in 152 milliseconds