Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp61 constexpr int32_t SWIPE_INWARD_FINGER_ONE { 1 }; variable
472 …if (buttonIds_.size() == SWIPE_INWARD_FINGER_ONE && JudgeIfSwipeInward(pointerEvent, type, event))… in HandleTouchPadEvent()
754 pointerEvent->GetAllPointerItems().size() == SWIPE_INWARD_FINGER_ONE) { in JudgeIfSwipeInward()