- setClass(Class<? extends View>) - Method in class com.deque.worldspace.A11yNodeInfo.Matcher
-
Set the class for the view type associated with the control.
- setContentDescription(String) - Method in class com.deque.worldspace.A11yNodeInfo.Matcher
-
Match based on content description (contentEquals) check.
- setNodeInfoPrinter(A11yAssert.NodeInfoPrinter) - Static method in class com.deque.worldspace.A11yAssert
-
Change the way Nodes print when reporting results.
- setPositionContainedIn(Rect) - Method in class com.deque.worldspace.A11yNodeInfo.Matcher
-
Match based on the position on screen.
- setPositionEqualTo(Rect) - Method in class com.deque.worldspace.A11yNodeInfo.Matcher
-
Match based on position on screen, triggered when the rectangle is the same rectangle is the node.
- setRules(Iterable<Class<? extends Rule>>) - Method in class com.deque.worldspace.A11yTest.Builder
-
Changes the rules that will be run for the test.
- setRules(Rule.RuleSet) - Method in class com.deque.worldspace.A11yTest.Builder
-
Changes the rules that will be run for the test.
- setRules(Class<? extends Rule>[]) - Method in class com.deque.worldspace.A11yTest.Builder
-
Changes the rules that will be run for the test.
- setText(String) - Method in class com.deque.worldspace.A11yNodeInfo.Matcher
-
Match based on the text of the node.
- setViewIdResourceName(String) - Method in class com.deque.worldspace.A11yNodeInfo.Matcher
-
Match based on the view id resource name.