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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1857 // --- CursorInputMapperTest ---
1859 class CursorInputMapperTest : public InputMapperTest { class in namespace:android
1876 const int32_t CursorInputMapperTest::TRACKBALL_MOVEMENT_THRESHOLD = 6;
1878 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper,
1893 TEST_F(CursorInputMapperTest, WhenModeIsPointer_GetSources_ReturnsMouse) {
1901 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_GetSources_ReturnsTrackball) {
1909 TEST_F(CursorInputMapperTest, WhenModeIsPointer_PopulateDeviceInfo_ReturnsRangeFromPointerController) {
1940 TEST_F(CursorInputMapperTest, WhenModeIsNavigation_PopulateDeviceInfo_ReturnsScaledRange) {
1959 TEST_F(CursorInputMapperTest, Process_ShouldSetAllFieldsAndIncludeGlobalMetaState) {
2014 TEST_F(CursorInputMapperTest, Process_ShouldHandleIndependentXYUpdate
[all...]

Completed in 76 milliseconds