Home
last modified time | relevance | path

Searched refs:TwoFingerGesture (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h117 struct TwoFingerGesture { struct
347 TwoFingerGesture twoFingerGesture_;
H A Dkey_command_handler_util.h137 bool ParseTwoFingerGesture(const JsonParser& parser, TwoFingerGesture& gesture);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp695 bool ParseTwoFingerGesture(const JsonParser& parser, TwoFingerGesture& gesture) in ParseTwoFingerGesture()
697 cJSON *jsonData = cJSON_GetObjectItemCaseSensitive(parser.json_, "TwoFingerGesture"); in ParseTwoFingerGesture()
699 MMI_HILOGE("TwoFingerGesture is not object"); in ParseTwoFingerGesture()
H A Dkey_command_handler.cpp288 if (num == TwoFingerGesture::MAX_TOUCH_NUM) { in HandleFingerGestureDownEvent()
293 if (num > 0 && num <= TwoFingerGesture::MAX_TOUCH_NUM) { in HandleFingerGestureDownEvent()

Completed in 6 milliseconds