Searched refs:KnuckleGesture (Results 1 - 5 of 5) sorted by relevance
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 131 struct KnuckleGesture { struct 172 KnuckleGesture GetSingleKnuckleGesture() const; 173 KnuckleGesture GetDoubleKnuckleGesture() const; 301 KnuckleGesture &knuckleGesture, KnuckleType type); 302 void UpdateKnuckleGestureInfo(const std::shared_ptr<PointerEvent> touchEvent, KnuckleGesture &knuckleGesture); 348 KnuckleGesture singleKnuckleGesture_; 349 KnuckleGesture doubleKnuckleGesture_;
|
H A D | key_command_handler_util.h | 139 bool IsParseKnuckleGesture(const JsonParser &parser, const std::string ability, KnuckleGesture &knuckleGesture); 140 float AbsDiff(KnuckleGesture knuckleGesture, const std::shared_ptr<PointerEvent> pointerEvent);
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 738 bool IsParseKnuckleGesture(const JsonParser &parser, const std::string ability, KnuckleGesture &knuckleGesture) in IsParseKnuckleGesture() 740 cJSON *jsonData = cJSON_GetObjectItemCaseSensitive(parser.json_, "KnuckleGesture"); in IsParseKnuckleGesture() 742 MMI_HILOGE("KnuckleGesture is not object"); in IsParseKnuckleGesture() 752 float AbsDiff(KnuckleGesture knuckleGesture, const std::shared_ptr<PointerEvent> pointerEvent) in AbsDiff()
|
H A D | key_command_handler.cpp | 396 KnuckleGesture &knuckleGesture, KnuckleType type) in KnuckleGestureProcessor() 442 KnuckleGesture &knuckleGesture) in UpdateKnuckleGestureInfo() 2272 KnuckleGesture KeyCommandHandler::GetSingleKnuckleGesture() const in GetSingleKnuckleGesture() 2277 KnuckleGesture KeyCommandHandler::GetDoubleKnuckleGesture() const in GetDoubleKnuckleGesture()
|
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 1573 KnuckleGesture knuckleGesture;
|
Completed in 11 milliseconds