Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h49 enum class KnuckleType : int32_t { class
301 KnuckleGesture &knuckleGesture, KnuckleType type);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp384 KnuckleGestureProcessor(touchEvent, singleKnuckleGesture_, KnuckleType::KNUCKLE_TYPE_SINGLE); in SingleKnuckleGestureProcesser()
392 KnuckleGestureProcessor(touchEvent, doubleKnuckleGesture_, KnuckleType::KNUCKLE_TYPE_DOUBLE); in DoubleKnuckleGestureProcesser()
396 KnuckleGesture &knuckleGesture, KnuckleType type) in KnuckleGestureProcessor()
413 if (isTimeIntervalReady && (type == KnuckleType::KNUCKLE_TYPE_DOUBLE || isDistanceReady)) { in KnuckleGestureProcessor()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1581 knuckleGesture, KnuckleType::KNUCKLE_TYPE_SINGLE));

Completed in 9 milliseconds