Example usage for android.support.v4.view AccessibilityDelegateCompat subclass-usage

List of usage examples for android.support.v4.view AccessibilityDelegateCompat subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.view AccessibilityDelegateCompat subclass-usage.

Usage

From source file com.googlecode.eyesfree.utils.ExploreByTouchHelper.java

/**
 * Implements a simplified version of an accessibility node provider.
 * <p>
 * This should be applied to the parent view using
 * {@link ViewCompat#setAccessibilityDelegate}:
 *