Home
last modified time | relevance | path

Searched refs:TOUCH_SLOP (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_multifinger_multitap.cpp30 constexpr float TOUCH_SLOP = 8.0f; member
174 touchSlop_ = TOUCH_SLOP; in AccessibilityMultiTapGestureRecognizer()
180 touchSlop_ = TOUCH_SLOP; in AccessibilityMultiTapGestureRecognizer()
682 if (!isMoveGestureRecognizing && hypot(offsetX, offsetY) > TOUCH_SLOP * downPointSize) { in HandleMultiFingerMoveEvent()
H A Daccessibility_gesture_recognizer.cpp27 constexpr float TOUCH_SLOP = 8.0f; member
218 if (isDoubleTap_ && duration > TOUCH_SLOP) { in HandleTouchMoveEvent()
H A Daccessibility_screen_touch.cpp58 constexpr float TOUCH_SLOP = 8.0f; member
361 if (duration > TOUCH_SLOP) { in HandleResponseDelayStateInnerMove()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp55 constexpr int32_t TOUCH_SLOP { 30 };
562 color = std::abs(dx) < TOUCH_SLOP ? LABELS_DEFAULT_COLOR : LABELS_RED_COLOR; in Snapshot()
564 color = std::abs(dy) < TOUCH_SLOP ? LABELS_DEFAULT_COLOR : LABELS_RED_COLOR; in Snapshot()
685 color = std::abs(dx) < TOUCH_SLOP ? LABELS_DEFAULT_COLOR : LABELS_RED_COLOR; in DrawLabels()
687 color = std::abs(dy) < TOUCH_SLOP ? LABELS_DEFAULT_COLOR : LABELS_RED_COLOR; in DrawLabels()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp72 [[ maybe_unused ]] constexpr double TOUCH_SLOP { 1.0 };
767 bool isMoveEventFiltered = MMI_LNE(offset, TOUCH_SLOP); in HandleTouchEventWithFlag()

Completed in 7 milliseconds