Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

UiAutomation.AccessibilityEventFilter

android.app.UiAutomation.AccessibilityEventFilter

Class Overview

Listener for filtering accessibility events.

Summary

Public Methods
abstract boolean accept ( AccessibilityEvent event)
Callback for determining whether an event is accepted or it is filtered out.

Public Methods

public abstract boolean accept ( AccessibilityEvent event)

Callback for determining whether an event is accepted or it is filtered out.

Parameters
event The event to process.
Returns
  • True if the event is accepted, false to filter it out.