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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1919 // --- CursorInputMapperTest ---
1921 class CursorInputMapperTest : public InputMapperTest { class in namespace:android
1938 const int32_t CursorInputMapperTest::TRACKBALL_MOVEMENT_THRESHOLD = 6;
1940 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper,
1955 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) {
1963 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) {
1971 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerController) {
2002 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) {
2021 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) {
2076 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdate
[all...]

Completed in 139 milliseconds