Package org.mozilla.geckoview
Class SessionAccessibility
Object
org.mozilla.geckoview.SessionAccessibility
Accessibility support for GeckoSession.
-
Method Summary
Modifier and TypeMethodDescriptiongetView()Get the View instance that delegates accessibility to this session.booleanonMotionEvent(MotionEvent event) Handle a MotionEvent for touch exploration of accessibility nodes.voidSet the View instance that should delegate accessibility to this session.
-
Method Details
-
getView
Get the View instance that delegates accessibility to this session.- Returns:
- View instance.
-
setView
Set the View instance that should delegate accessibility to this session.- Parameters:
view- View instance.
-
onMotionEvent
Handle a MotionEvent for touch exploration of accessibility nodes.- Parameters:
event- The MotionEvent to handle.- Returns:
- true if the event was handled, false otherwise.
-