Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp575 auto bottomLimit = displayInfo->height - ConvertVPToPX(TOUCH_BOTTOM_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.cpp1209 auto bottomLimit = displayInfo.height - handler.ConvertVPToPX(TOUCH_BOTTOM_LIMIT); in HWTEST_F()
1211 EXPECT_TRUE(firstFingerY >= bottomLimit); in HWTEST_F()
1221 EXPECT_TRUE(secondFingerY >= bottomLimit); in HWTEST_F()

Completed in 9 milliseconds