Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp72 bool g_isSwipeInward = false; variable
161 if (g_isSwipeInward) { in HandleEvent()
470 g_isSwipeInward = false; in HandleTouchPadEvent()
483 g_isSwipeInward = false; in HandleTouchPadEvent()
752 if (g_isSwipeInward == false && in JudgeIfSwipeInward()
759 return g_isSwipeInward; in JudgeIfSwipeInward()
772 g_isSwipeInward = true; in JudgeIfSwipeInward()
775 g_isSwipeInward = true; in JudgeIfSwipeInward()
779 if (g_isSwipeInward == true) { in JudgeIfSwipeInward()
782 return g_isSwipeInward; in JudgeIfSwipeInward()
[all …]