Home
last modified time | relevance | path

Searched refs:POINTER_ACTION_FINGERPRINT_SLIDE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp549 { PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE, "fingerprint-slide" },
1335 case PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE: in ActionToShortStr()
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp328 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE); in AnalysePointEvent()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h177 static constexpr int32_t POINTER_ACTION_FINGERPRINT_SLIDE = 30; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h266 event->GetPointerAction() == PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE) { in PrintInfoLog()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp730 case PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE: { in GetFingerprintAction()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp1525 action = PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE;
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp976 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE) { in SimulateInputEvent()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp3103 … pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE) { in UpdateDisplayInfo()
3264 pointerAction != PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE)) { in UpdateDisplayInfo()