Home
last modified time | relevance | path

Searched refs:singleKnuckleGesture_ (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp199 singleKnuckleGesture_.state = false; in HandlePointerActionDownEvent()
371 singleKnuckleGesture_.lastPointerUpTime = touchEvent->GetActionTime(); in HandleKnuckleGestureUpEvent()
383 singleKnuckleGesture_.state = false; in SingleKnuckleGestureProcesser()
384 KnuckleGestureProcessor(touchEvent, singleKnuckleGesture_, KnuckleType::KNUCKLE_TYPE_SINGLE); in SingleKnuckleGestureProcesser()
643 touchEvent->GetPointerIds().size() != SINGLE_KNUCKLE_SIZE || singleKnuckleGesture_.state) { in CheckKnuckleCondition()
1004 bool isParseSingleKnuckleGesture = IsParseKnuckleGesture(parser, SINGLE_KNUCKLE_ABILITY, singleKnuckleGesture_); in ParseJson()
2274 return singleKnuckleGesture_; in GetSingleKnuckleGesture()
2408 "| GestureAction: %s \t", singleKnuckleGesture_.state ? "true" : "false", in PrintGestureInfo()
2409 singleKnuckleGesture_.ability.bundleName.c_str(), singleKnuckleGesture_ in PrintGestureInfo()
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h348 KnuckleGesture singleKnuckleGesture_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1322 handler.singleKnuckleGesture_.state = false;
3314 handler.singleKnuckleGesture_.state = true;
3337 handler.singleKnuckleGesture_.state = false;
3361 handler.singleKnuckleGesture_.state = false;

Completed in 9 milliseconds