Example usage for android.support.v4.view.accessibility AccessibilityNodeInfoCompat subclass-usage

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

Introduction

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

Usage

From source file com.android.switchaccess.SwitchAccessNodeCompat.java

/**
 * This class works around shortcomings of AccessibilityNodeInfo/Compat. One major issue is that
 * the visibility of Views that are covered by other Views or Windows is not handled completely
 * by the framework, but other issues may crop up over time.
 *
 * In order to support performing actions on the UI, we need to have access to the real Info. This