Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp619 auto firstFinger = twoFingerGesture_.touches[0]; in CheckTwoFingerGestureAction() local
622 auto pressTimeInterval = fabs(firstFinger.downTime - secondFinger.downTime); in CheckTwoFingerGestureAction()
625 firstFinger.downTime, secondFinger.downTime); in CheckTwoFingerGestureAction()
630 auto devX = firstFinger.x - secondFinger.x; in CheckTwoFingerGestureAction()
631 auto devY = firstFinger.y - secondFinger.y; in CheckTwoFingerGestureAction()
644 if (firstFinger.x <= leftLimit || firstFinger.x >= rightLimit || in CheckTwoFingerGestureAction()
645 firstFinger.y <= topLimit || firstFinger.y >= bottomLimit || in CheckTwoFingerGestureAction()