Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp345 size_t pointercnt = touchEvent->GetPointerIds().size(); in HandleKnuckleGestureDownEvent() local
346 if (pointercnt == SINGLE_KNUCKLE_SIZE) { in HandleKnuckleGestureDownEvent()
350 } else if (pointercnt == DOUBLE_KNUCKLE_SIZE) { in HandleKnuckleGestureDownEvent()
354 MMI_HILOGW("Other kunckle pointercnt not process, pointercnt:%{public}zu", pointercnt); in HandleKnuckleGestureDownEvent()
369 size_t pointercnt = touchEvent->GetPointerIds().size(); in HandleKnuckleGestureUpEvent() local
370 if ((pointercnt == SINGLE_KNUCKLE_SIZE) && (!isDoubleClick_)) { in HandleKnuckleGestureUpEvent()
372 } else if (pointercnt == DOUBLE_KNUCKLE_SIZE) { in HandleKnuckleGestureUpEvent()
375 MMI_HILOGW("Other kunckle pointercnt no in HandleKnuckleGestureUpEvent()
511 size_t pointercnt = touchEvent->GetPointerIds().size(); ReportKnuckleScreenCapture() local
[all...]

Completed in 3 milliseconds