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

G

getAccessibilityNodeInfoCompat() - Method in class com.deque.worldspace.A11yNodeInfo
 
getActionList() - Method in class com.deque.worldspace.A11yNodeInfo
 
getActions() - Method in class com.deque.worldspace.A11yNodeInfo
 
getBoundsInScreen() - Method in class com.deque.worldspace.A11yNodeInfo
 
getChecksAll() - Method in class com.deque.worldspace.Rule.Violation.Node
Get the list of checks against this node that failed that MUST ALL be fixed for it to pass.
getChecksAny() - Method in class com.deque.worldspace.Rule.Violation.Node
Get a list of checks against this node, for which if any are fixed, the test will pass.
getChild(int) - Method in class com.deque.worldspace.A11yNodeInfo
 
getChildCount() - Method in class com.deque.worldspace.A11yNodeInfo
 
getClassName() - Method in class com.deque.worldspace.A11yNodeInfo
 
getContDesc() - Method in class com.deque.worldspace.A11yNodeInfo
I hate how long the properly named method is, and it's used so frequently, so here's a shorthand one!
getContentDescription() - Method in class com.deque.worldspace.A11yNodeInfo
 
getContentDescriptionAsString() - Method in class com.deque.worldspace.A11yNodeInfo
I don't often use CharSequence's, and prefer strings.
getDepthInTree() - Method in class com.deque.worldspace.A11yNodeInfo
Gets the depth of the child in the node info heirarchy.
getDescription() - Method in class com.deque.worldspace.Rule
Get a description of the rule.
getFirstNodeThatMatches(A11yNodeInfo.Matcher) - Method in class com.deque.worldspace.A11yNodeInfo
Get the first node that matches the given matcher
getHelpText() - Method in class com.deque.worldspace.Rule
Get the helpt text for the rule.
getHelpUrl() - Method in class com.deque.worldspace.Rule
Get the reference url for the rul.
getId() - Method in class com.deque.worldspace.Rule
Get the id for the rule.
getImpact() - Method in class com.deque.worldspace.Rule.Violation
The severity of the violation.
getImpact() - Method in class com.deque.worldspace.Rule.Violation.Node
Get the impact of the violations associated with this node.
getLabeledBy() - Method in class com.deque.worldspace.A11yNodeInfo
 
getNodeInfo() - Method in class com.deque.worldspace.Rule.Violation.Node
Get the wrapped accessibility node info this check was run against.
getNodes() - Method in class com.deque.worldspace.Rule.Violation
A list of nodes that this violation refers to.
getParent() - Method in class com.deque.worldspace.A11yNodeInfo
 
getPasses() - Method in class com.deque.worldspace.Result
Get the passes from the test runs.
getRuleClasses() - Static method in class com.deque.worldspace.Rule
 
getRuleClasses() - Method in enum com.deque.worldspace.Rule.RuleSet
 
getRuleClassesDeque() - Static method in class com.deque.worldspace.Rule
Get a list of classes for all of the Deque implemented rules in this build.
getRuleClassesGoogle() - Static method in class com.deque.worldspace.Rule
Get a list of rules for the Android implemented rule classes for this build.
getSpeakableText() - Method in class com.deque.worldspace.A11yNodeInfo
Attempts to calculate the string that will be read off by TalkBack for a given accessibility node.
getStatus() - Method in class com.deque.worldspace.Result
Axe treats levels as Critical, Serious, etc.
getString(AccessibilityNodeInfoCompat) - Method in interface com.deque.worldspace.A11yAssert.NodeInfoPrinter
Conver an AccessibilityNodeInfoCompat to an informative string.
getText() - Method in class com.deque.worldspace.A11yNodeInfo
 
getTextAsString() - Method in class com.deque.worldspace.A11yNodeInfo
Don't like CharSequences, and random null string checks.
getViewIdResourceName() - Method in class com.deque.worldspace.A11yNodeInfo
 
getViolations() - Method in class com.deque.worldspace.Result
Get a list of violations from the test run.
A B C G I M O P R S T V W 
Skip navigation links