Searched refs:setContentDescription (Results 1 – 6 of 6) sorted by relevance
47 labeledView.setContentDescription("Something"); in setUp()55 unlabeledView.setContentDescription(null); in setUp()145 labeledView.setContentDescription(DUPLICATE_STRING); in warningIssue_shouldNotThrow()146 parentLayout.setContentDescription(DUPLICATE_STRING); in warningIssue_shouldNotThrow()
188 event.setContentDescription(getTextForSpan(span)); in onPopulateEventForVirtualView()191 event.setContentDescription(view.getText()); in onPopulateEventForVirtualView()200 info.setContentDescription(getTextForSpan(span)); in onPopulateNodeForVirtualView()203 info.setContentDescription(view.getText()); in onPopulateNodeForVirtualView()
52 node.setContentDescription("test"); in shouldHaveClonedCorrectly()61 node.setContentDescription("test"); in shouldWriteAndReadFromParcelCorrectly()66 node.setContentDescription(null); in shouldWriteAndReadFromParcelCorrectly()
55 event.setContentDescription("test"); in shouldWriteAndReadFromParcelCorrectly()65 anotherEvent.setContentDescription(null); in shouldWriteAndReadFromParcelCorrectly()
175 public void setContentDescription(CharSequence description) { in setContentDescription() method in IconMixin178 iconView.setContentDescription(description); in setContentDescription()
561 protected void setContentDescription(CharSequence description) { in setContentDescription() method in ShadowAccessibilityNodeInfo