Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_input_interceptor.cpp174 sptr<AccessibilityZoomGesture> zoomGesture = new(std::nothrow) AccessibilityZoomGesture(); in CreatePointerEventTransmitters() local
175 if (!zoomGesture) { in CreatePointerEventTransmitters()
176 HILOG_ERROR("zoomGesture is null"); in CreatePointerEventTransmitters()
179 SetNextEventTransmitter(header, current, zoomGesture); in CreatePointerEventTransmitters()
H A Daccessibility_zoom_gesture.cpp725 AccessibilityZoomGesture &zoomGesture): AppExecFwk::EventHandler(runner), zoomGesture_(zoomGesture) in ZoomGestureEventHandler()
723 ZoomGestureEventHandler( const std::shared_ptr<AppExecFwk::EventRunner> &runner, AccessibilityZoomGesture &zoomGesture) ZoomGestureEventHandler() argument
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_zoom_gesture.h53 AccessibilityZoomGesture &zoomGesture);

Completed in 3 milliseconds