Lines Matching refs:fingersNum
670 * @param fingersNum Indicates the number of fingers required to trigger a tap. The value ranges
674 ArkUI_GestureRecognizer* (*createTapGesture)(int32_t countNum, int32_t fingersNum);
690 * @param fingersNum Indicates the minimum number of fingers to trigger a long press gesture.
697 ArkUI_GestureRecognizer* (*createLongPressGesture)(int32_t fingersNum, bool repeatResult, int32_t durationNum);
707 * @param fingersNum Indicates the minimum number of fingers to trigger a pan gesture. The value ranges from 1 to 10.
715 int32_t fingersNum, ArkUI_GestureDirectionMask directions, double distanceNum);
725 * @param fingersNum Indicates the minimum number of fingers to trigger a pinch. The value ranges from 2 to 5.
731 ArkUI_GestureRecognizer* (*createPinchGesture)(int32_t fingersNum, double distanceNum);
741 * @param fingersNum Indicates the minimum number of fingers to trigger a rotation. The value ranges from 2 to 5.
748 ArkUI_GestureRecognizer* (*createRotationGesture)(int32_t fingersNum, double angleNum);
756 * @param fingersNum Indicates the minimum number of fingers to trigger a swipe gesture.
764 int32_t fingersNum, ArkUI_GestureDirectionMask directions, double speedNum);
895 * @param fingersNum Indicates the number of fingers required to trigger a tap. The value ranges from 1 to 10.
903 int32_t countNum, int32_t fingersNum, double distanceThreshold);