Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1176 int32_t firstFingerY = firstFinger.y; in HWTEST_F() local
1177 firstFingerY = 200; in HWTEST_F()
1183 int32_t devY = firstFingerY - secondFingerY; in HWTEST_F()
1205 firstFingerY = -20; in HWTEST_F()
1206 EXPECT_TRUE(firstFingerY <= topLimit); in HWTEST_F()
1210 firstFingerY = 60; in HWTEST_F()
1211 EXPECT_TRUE(firstFingerY >= bottomLimit); in HWTEST_F()

Completed in 7 milliseconds