@UiThread public class SessionAccessibility extends Object
Modifier and Type | Method and Description |
---|---|
View |
getView()
Get the View instance that delegates accessibility to this session.
|
boolean |
onMotionEvent(MotionEvent event) |
void |
setView(View view)
Set the View instance that should delegate accessibility to this session.
|
@Nullable public View getView()
@UiThread public void setView(@Nullable View view)
view
- View instance.public boolean onMotionEvent(@NonNull MotionEvent event)