class DefaultAction
Defined at line 18 of file ../../src/ui/a11y/lib/screen_reader/default_action.h
This class implements "Default" Action. Default Action is triggered when the
user double taps an element on the screen to perform default action associated with the element.
Responsibilities of Default Action is:
* Given a touch point and view koid, call OnAccessibilityActionRequested on the semantic
listener for default action.
Public Methods
void DefaultAction (ActionContext * action_context, ScreenReaderContext * screen_reader_context)
Defined at line 11 of file ../../src/ui/a11y/lib/screen_reader/default_action.cc
void ~DefaultAction ()
Defined at line 14 of file ../../src/ui/a11y/lib/screen_reader/default_action.cc
void Run (a11y::gesture_util_v2::GestureContext gesture_context)
This method implements the actual sequence of events that should
happen when an associated gesture is performed on an element.
Defined at line 16 of file ../../src/ui/a11y/lib/screen_reader/default_action.cc