Skip navigation links
A B C G I M O P R S T V W 

A

A11yAssert - Class in com.deque.worldspace
Custom assertion library wrapping Deque accessibility tests.
A11yAssert.NodeInfoPrinter - Interface in com.deque.worldspace
Interface for printing Accessibility Node Infos to a string.
A11yNodeInfo - Class in com.deque.worldspace
A wrapper for AccessibilityNodeInfo or AccessiblityNodeInfoCompat objects.
A11yNodeInfo() - Constructor for class com.deque.worldspace.A11yNodeInfo
 
A11yNodeInfo(AccessibilityNodeInfo) - Constructor for class com.deque.worldspace.A11yNodeInfo
 
A11yNodeInfo(AccessibilityNodeInfoCompat) - Constructor for class com.deque.worldspace.A11yNodeInfo
 
A11yNodeInfo.Actions - Enum in com.deque.worldspace
 
A11yNodeInfo.Matcher - Class in com.deque.worldspace
A class that supports matching to an accessibility node.
A11yNodeInfo.OnVisitListener - Interface in com.deque.worldspace
Callbacks for iterating over the A11yNodeInfo heirarchy.
A11yTest - Class in com.deque.worldspace
Contains configuration information for and runs accessibility tests.
A11yTest.A11yTestCallbacks - Interface in com.deque.worldspace
Callback interface for running asynchronous accessibility tests.
A11yTest.Builder - Class in com.deque.worldspace
Builder class for A11yTests.
addCheckAll(Check) - Method in class com.deque.worldspace.Rule
Add a check for which all must pass for the rule to pass.
addCustomRule(Rule) - Method in class com.deque.worldspace.A11yTest
Add a custom rule implementation to the accessibility test.
addFilterAll(Rule.Filter) - Method in class com.deque.worldspace.Rule
Add a filter that MUST pass for the rule to be run.
addFilterAny(Rule.Filter) - Method in class com.deque.worldspace.Rule
Add a filter that if passed, the rule will be run, unless a filter from the all filters removes it from consideration.
addIgnoredContainer(Class<? extends ViewParent>) - Method in class com.deque.worldspace.Rule
Some containers need to be ignored for certain rules.
addRule(Class<? extends Rule>) - Method in class com.deque.worldspace.A11yTest.Builder
Add a single rule.
assertOnFailure(boolean) - Method in class com.deque.worldspace.A11yAssert
Change whether or not failures are asserted or just logged to logcat.
A B C G I M O P R S T V W 
Skip navigation links