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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1983 // --- CursorInputMapperTest ---
1985 class CursorInputMapperTest : public InputMapperTest { class in namespace:android
2002 const int32_t CursorInputMapperTest::TRACKBALL_MOVEMENT_THRESHOLD = 6;
2004 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper,
2019 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) {
2027 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) {
2035 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerController) {
2066 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) {
2085 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) {
2178 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdate
[all...]

Completed in 126 milliseconds