Home
last modified time | relevance | path

Searched refs:SINGLE_KNUCKLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h64 constexpr size_t SINGLE_KNUCKLE_SIZE = 1; variable
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp41 constexpr size_t SINGLE_KNUCKLE_SIZE { 1 }; variable
583 if (size == SINGLE_KNUCKLE_SIZE) { in ReportFailIfInvalidTime()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp363 if (pointercnt == SINGLE_KNUCKLE_SIZE) { in HandleKnuckleGestureDownEvent()
388 if ((pointercnt == SINGLE_KNUCKLE_SIZE) && (!isDoubleClick_)) { in HandleKnuckleGestureUpEvent()
577 if (pointercnt == SINGLE_KNUCKLE_SIZE) { in ReportKnuckleScreenCapture()
711 touchEvent->GetPointerIds().size() != SINGLE_KNUCKLE_SIZE || singleKnuckleGesture_.state) { in CheckKnuckleCondition()