Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp574 auto topLimit = ConvertVPToPX(TOUCH_TOP_LIMIT); in CheckTwoFingerGestureAction() local
577 firstFinger.y <= topLimit || firstFinger.y >= bottomLimit || in CheckTwoFingerGestureAction()
579 secondFinger.y <= topLimit || secondFinger.y >= bottomLimit) { in CheckTwoFingerGestureAction()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1204 auto topLimit = handler.ConvertVPToPX(TOUCH_TOP_LIMIT); in HWTEST_F()
1206 EXPECT_TRUE(firstFingerY <= topLimit); in HWTEST_F()
1219 EXPECT_TRUE(secondFingerY <= topLimit); in HWTEST_F()

Completed in 9 milliseconds