List of usage examples for android.support.v4.view.accessibility AccessibilityNodeInfoCompat subclass-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