Home
last modified time | relevance | path

Searched refs:POINTER_COUNT_2 (Results 1 - 6 of 6) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_multifinger_multitap.cpp26 constexpr int32_t POINTER_COUNT_2 = 2; member
261 case POINTER_COUNT_2: in CancelTapAndHoldGestureEvent()
501 } else if (event.GetPointerIds().size() == POINTER_COUNT_2) { in HanleFirstTouchDownEvent()
531 if (fingerNum < POINTER_COUNT_2 || fingerNum > POINTER_COUNT_4) { in HandleMultiTapEvent()
683 if (downPointSize == POINTER_COUNT_2) { in HandleMultiFingerMoveEvent()
H A Daccessibility_zoom_gesture.cpp30 constexpr size_t POINTER_COUNT_2 = 2; member
288 } else if (pointerCount == POINTER_COUNT_2) { in RecognizeInZoomStateDownEvent()
361 if (pointerCount == POINTER_COUNT_2) { in RecognizeInSlidingState()
413 if (((action == MMI::PointerEvent::POINTER_ACTION_UP) && (pointerCount != POINTER_COUNT_2)) || in RecognizeScale()
H A Daccessibility_touch_guider.cpp27 constexpr int32_t POINTER_COUNT_2 = 2; member
539 if (event.GetPointerId() == currentPid_ && pIds.size() == POINTER_COUNT_2) { in HandleDraggingState()
764 case POINTER_COUNT_2: in HandleTouchGuidingStateInnerMove()
802 } else if (pointCount == POINTER_COUNT_2) { in HandleDraggingStateInnerMove()
861 if (pIds.size() != POINTER_COUNT_2) { in GetPointOffset()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp25 constexpr int32_t POINTER_COUNT_2 = 2; member
434 case POINTER_COUNT_2: in HandleTouchGuidingStateInnerMove()
435 HILOG_DEBUG("POINTER_COUNT_2 begin"); in HandleTouchGuidingStateInnerMove()
444 HILOG_DEBUG("POINTER_COUNT_2 end"); in HandleTouchGuidingStateInnerMove()
468 } else if (pointCount == POINTER_COUNT_2 && IsDragGestureAccept(event)) { in HandleDraggingStateInnerMove()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp25 constexpr int32_t POINTER_COUNT_2 = 2; member
434 case POINTER_COUNT_2: in HandleTouchGuidingStateInnerMove()
435 HILOG_DEBUG("POINTER_COUNT_2 begin"); in HandleTouchGuidingStateInnerMove()
444 HILOG_DEBUG("POINTER_COUNT_2 end"); in HandleTouchGuidingStateInnerMove()
468 } else if (pointCount == POINTER_COUNT_2 && IsDragGestureAccept(event)) { in HandleDraggingStateInnerMove()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp27 constexpr int32_t POINTER_COUNT_2 = 2; member
539 if (event.GetPointerId() == currentPid_ && pIds.size() == POINTER_COUNT_2) { in HandleDraggingState()
764 case POINTER_COUNT_2: in HandleTouchGuidingStateInnerMove()
802 } else if (pointCount == POINTER_COUNT_2) { in HandleDraggingStateInnerMove()
861 if (pIds.size() != POINTER_COUNT_2) { in GetPointOffset()

Completed in 8 milliseconds