Home
last modified time | relevance | path

Searched refs:textViewWithClickableSpan (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/android/
DAccessibilityUtilTest.java31 private TextView textViewWithClickableSpan; field in AccessibilityUtilTest
65 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()