Lines Matching refs:fingerNum
269 * @param fingerNum which type gesture pendding event to be canceled.
271 void CancelTapAndHoldGestureEvent(const int32_t fingerNum);
291 * @param fingerNum the touch event from Multimodal.
294 bool ParamCheck(const int32_t fingerNum);
298 * @param fingerNum total touch down finger nums, means the lastUpPoint_ size.
301 int64_t GetLastFirstPointUpTime(const int32_t fingerNum);
304 * @brief Get the current and pre PointerItems with fingerNum, store in curPoints and prePoints.
305 * @param curPoints to store the cur touch event pointerItems rst, size is fingerNum.
306 * @param prePoints to store the pre touch event pointerItems rst, size is fingerNum.
311 bool GetPointerItemWithFingerNum(int32_t fingerNum, std::vector<MMI::PointerEvent::PointerItem> &curPoints,
317 * @param fingerNum touch down finger nums to be processed.
318 * @param curPoints current touch down pointer infos, size is fingerNum.
322 bool IsDoubelTapSlopConditionMatch(const int32_t fingerNum,
329 * @param fingerNum the target fingerNum to be processed.
332 bool IsMultiFingerDoubleTap(MMI::PointerEvent &event, const int32_t fingerNum);
376 * @brief Get the matched move gesture by moveDirection and fingerNum.
420 * @param fingerNum the touch down fingerNum to be handled.
422 void HandleMultiTapEvent(MMI::PointerEvent &event, const int32_t fingerNum);