Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp200 doubleKnuckleGesture_.state = false; in HandlePointerActionDownEvent()
373 doubleKnuckleGesture_.lastPointerUpTime = touchEvent->GetActionTime(); in HandleKnuckleGestureUpEvent()
391 doubleKnuckleGesture_.state = false; in DoubleKnuckleGestureProcesser()
392 KnuckleGestureProcessor(touchEvent, doubleKnuckleGesture_, KnuckleType::KNUCKLE_TYPE_DOUBLE); in DoubleKnuckleGestureProcesser()
1005 bool isParseDoubleKnuckleGesture = IsParseKnuckleGesture(parser, DOUBLE_KNUCKLE_ABILITY, doubleKnuckleGesture_); in ParseJson()
2279 return doubleKnuckleGesture_; in GetDoubleKnuckleGesture()
2414 "| GestureAction:%s \t", doubleKnuckleGesture_.state ? "true" : "false", in PrintGestureInfo()
2415 doubleKnuckleGesture_.ability.bundleName.c_str(), doubleKnuckleGesture_.ability.abilityName.c_str(), in PrintGestureInfo()
2416 doubleKnuckleGesture_ in PrintGestureInfo()
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h349 KnuckleGesture doubleKnuckleGesture_; member in OHOS::MMI::final

Completed in 4 milliseconds