Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_gesture_adapter.cpp135 if (state_ == GestureState::PINCH) { in OnSwipeGesture()
149 state_ = gestureStarted_ ? GestureState::PINCH : GestureState::IDLE; in OnPinchGesture()
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp54 PINCH = 2, member in OHOS::MMI::__anon11310::Button::Axis
139 DECLARE_NAPI_STATIC_PROPERTY("PINCH", GetNapiInt32(env, static_cast<int32_t>(Axis::PINCH))), in Export()
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_gesture_adapter.h38 PINCH, member in OHOS::MMI::final::GestureState
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_gesture_adapter_test.cpp233 touchGestureAdapter->state_ = TouchGestureAdapter::GestureState::PINCH; in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp73 PINCH = 2,
87 { "pinch", PINCH },
1673 case TypeName::PINCH: { in OnPointerEventInJsThread()

Completed in 6 milliseconds