Searched refs:textViewWithClickableSpan (Results 1 – 1 of 1) sorted by relevance
31 private TextView textViewWithClickableSpan; field in AccessibilityUtilTest65 textViewWithClickableSpan = new TextView(RuntimeEnvironment.application); in setUp()69 textViewWithClickableSpan.setText(spannableString); in setUp()70 shadowOf(textViewWithClickableSpan).setGlobalVisibleRect(validViewBounds); in setUp()109 AccessibilityUtil.checkView(textViewWithClickableSpan); in framework2pt0Error_byDefault_shouldThrow()115 AccessibilityUtil.checkView(textViewWithClickableSpan); in framework2pt0Error_whenCheckingForRL3pt0_shouldNotThrow()121 AccessibilityUtil.checkView(textViewWithClickableSpan); in framework2pt0Error_annotationForRL3pt0_shouldNotThrow()128 AccessibilityUtil.checkView(textViewWithClickableSpan); in framework2pt0Error_codeForcesRL3pt1_shouldThrow()