class ExploreAction
Defined at line 22 of file ../../src/ui/a11y/lib/screen_reader/explore_action.h
This class implements "Explore" Action. Explore Action is triggered when the
user touches an element on the screen to see what is under the finger.
Responsibilities of Explore Actions are:
* Given a touch point and view koid, figure out which node is touched.
* If a node is being touched, then with the help of TTS read out the label.
* Manage focus change for a node(if any).
Public Methods
void ExploreAction (ActionContext * context, ScreenReaderContext * screen_reader_context)
Defined at line 24 of file ../../src/ui/a11y/lib/screen_reader/explore_action.cc
void ~ExploreAction ()
Defined at line 26 of file ../../src/ui/a11y/lib/screen_reader/explore_action.cc
void Run (a11y::gesture_util_v2::GestureContext gesture_context)
This method will be implementing the actual sequence of events that should
happen when an element is "explored".
Defined at line 93 of file ../../src/ui/a11y/lib/screen_reader/explore_action.cc