Home
last modified time | relevance | path

Searched defs:fingers (Results 1 - 25 of 63) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dpinch_gesture.h34 PinchGesture(int32_t fingers, double distance) : Gesture(fingers), distance_(distance) in PinchGesture() argument
H A Drotation_gesture.cpp25 RotationGesture::RotationGesture(int32_t fingers, double angle) : Gesture(fingers) in RotationGesture() argument
H A Dswipe_gesture.h30 SwipeGesture(int32_t fingers, const SwipeDirection& direction, double speed) in SwipeGesture() argument
H A Dlong_press_gesture.h34 LongPressGesture( int32_t fingers, bool repeat, int32_t duration, bool isForDrag = false, bool isDisableMouseLeft = false) LongPressGesture() argument
H A Dpan_gesture.h34 PanGesture(int32_t fingers, const PanDirection& direction, double distance) in PanGesture() argument
H A Dtap_gesture.h45 TapGesture(int32_t count, int32_t fingers, double distanceThreshold = std::numeric_limits<double>::infinity()) in TapGesture() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpinch_gesture.h34 PinchGesture(int32_t fingers, double distance) : Gesture(fingers), distance_(distance) {} in PinchGesture() argument
H A Drotation_gesture.h35 RotationGesture(int32_t fingers, double angle) : Gesture(fingers), angle_(angle) {} in RotationGesture() argument
H A Dtap_gesture.h35 TapGesture(int32_t count, int32_t fingers, double distanceThreshold = std::numeric_limits<double>::infinity()) in TapGesture() argument
H A Dslide_gesture.h30 SwipeGesture(int32_t fingers, const SwipeDirection& direction, double speed) in SwipeGesture() argument
H A Dpan_gesture.h34 PanGesture(int32_t fingers, const PanDirection& direction, double distance) in PanGesture() argument
H A Dlong_press_gesture.h34 LongPressGesture( int32_t fingers, bool repeat, int32_t duration, bool isForDrag = false, bool isDisableMouseLeft = false) LongPressGesture() argument
H A Drotation_recognizer.h31 RotationRecognizer(int32_t fingers, double angle) : angle_(angle) in RotationRecognizer() argument
H A Dpinch_recognizer.h31 PinchRecognizer(int32_t fingers, double distance) : distance_(distance) in PinchRecognizer() argument
H A Dclick_recognizer.h33 ClickRecognizer(const WeakPtr<PipelineBase>& context, int32_t fingers, in ClickRecognizer() argument
H A Dslide_recognizer.h32 SlideRecognizer( const WeakPtr<PipelineBase>& context, int32_t fingers, const SwipeDirection& direction, double speed) SlideRecognizer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dswipe_recognizer.h33 SwipeRecognizer(int32_t fingers, const SwipeDirection& direction, double speed) in SwipeRecognizer() argument
H A Dmulti_fingers_recognizer.cpp25 MultiFingersRecognizer::MultiFingersRecognizer(int32_t fingers) in MultiFingersRecognizer() argument
/foundation/multimodalinput/input/service/monitor/src/
H A Dgesture_monitor_handler.cpp33 bool GestureMonitorHandler::CheckMonitorValid(TouchGestureType type, int32_t fingers) in CheckMonitorValid() argument
105 void GestureMonitorHandler::AddGestureMonitor(TouchGestureType type, int32_t fingers) in AddGestureMonitor() argument
120 RemoveGestureMonitor(TouchGestureType type, int32_t fingers) RemoveGestureMonitor() argument
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_handler_manager.h87 virtual bool CheckMonitorValid(TouchGestureType type, int32_t fingers) in CheckMonitorValid() argument
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_monitor_manager.cpp73 bool InputMonitorManager::CheckMonitorValid(TouchGestureType type, int32_t fingers) in CheckMonitorValid() argument
35 AddGestureMonitor( std::shared_ptr<IInputEventConsumer> consumer, TouchGestureType type, int32_t fingers) AddGestureMonitor() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.cpp22 PanEventActuator(const WeakPtr<GestureEventHub>& gestureEventHub, PanDirection direction, int32_t fingers, float distance, bool isOverrideDistance) PanEventActuator() argument
/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h84 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session, TouchGestureType gestureType, int32_t fingers) SessionHandler() argument
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dpinch_recognizer_test_ng.cpp1366 MockPinchRecognizer(int32_t fingers, double distance) : PinchRecognizer(fingers, distance) {} in MockPinchRecognizer() argument
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Devent_node.py45 fingers = None variable in EventNode

Completed in 8 milliseconds

123