Home
last modified time | relevance | path

Searched refs:touchGestureInfo_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/monitor/src/
H A Dgesture_monitor_handler.cpp22 : fingers_(other.fingers_), gestureType_(other.gestureType_), touchGestureInfo_(other.touchGestureInfo_) in GestureMonitorHandler()
29 touchGestureInfo_ = other.touchGestureInfo_; in operator =()
93 auto iter = touchGestureInfo_.find(type); in IsMatchGesture()
94 if (iter == touchGestureInfo_.end()) { in IsMatchGesture()
95 iter = touchGestureInfo_.find(TOUCH_GESTURE_TYPE_ALL); in IsMatchGesture()
96 if (iter == touchGestureInfo_.end()) { in IsMatchGesture()
112 auto iter = touchGestureInfo_.find(type); in AddGestureMonitor()
113 if (iter == touchGestureInfo_ in AddGestureMonitor()
[all...]
/foundation/multimodalinput/input/service/monitor/include/
H A Dgesture_monitor_handler.h42 std::multimap<TouchGestureType, std::set<int32_t>> touchGestureInfo_; member

Completed in 1 milliseconds