Searched refs:newRows (Results 1 – 3 of 3) sorted by relevance
346 int32_t newRows = 50; variable347 ASSERT_TRUE(MouseEventHdr->GetMouseScrollRows() == newRows);
351 int32_t newRows = 1; variable352 ASSERT_TRUE(processor.GetMouseScrollRows() == newRows);
1230 int32_t newRows = 3; variable1232 ASSERT_TRUE(InputManager::GetInstance()->GetMouseScrollRows(newRows) == RET_OK);1233 ASSERT_EQ(rows, newRows);