Home
last modified time | relevance | path

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

/ohos5.0/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()
179 SetNextEventTransmitter(header, current, zoomGesture); in CreatePointerEventTransmitters()
H A Daccessibility_zoom_gesture.cpp729 …AccessibilityZoomGesture &zoomGesture): AppExecFwk::EventHandler(runner), zoomGesture_(zoomGesture) in ZoomGestureEventHandler() argument
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_zoom_gesture.h53 AccessibilityZoomGesture &zoomGesture);