Home
last modified time | relevance | path

Searched refs:newRows (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp346 int32_t newRows = 50; variable
347 ASSERT_TRUE(MouseEventHdr->GetMouseScrollRows() == newRows);
H A Dmouse_transform_processor_test.cpp351 int32_t newRows = 1; variable
352 ASSERT_TRUE(processor.GetMouseScrollRows() == newRows);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp1230 int32_t newRows = 3; variable
1232 ASSERT_TRUE(InputManager::GetInstance()->GetMouseScrollRows(newRows) == RET_OK);
1233 ASSERT_EQ(rows, newRows);