Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/android/
DAccessibilityUtilTest.java75 AccessibilityUtil.checkView(unlabeledView); in checkUnlabeledView_shouldThrow()
80 AccessibilityUtil.checkView(labeledView); in checkOKView_shouldNotThrow()
86 AccessibilityUtil.checkView(labeledView); in default_viewWithSiblingIssue_shouldNotThrow()
93 AccessibilityUtil.checkView(labeledView); in whenCheckingFromRoot_viewWithSiblingIssue_shouldThrow()
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()
134 AccessibilityUtil.checkView(unlabeledView); in whenSuppressingResults_shouldNotThrow()
140 AccessibilityUtil.checkView(unlabeledView); in whenOnlyPrintingResults_shouldNotThrow()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DAccessibilityUtil.java65 return checkView(view); in checkViewIfCheckingEnabled()
75 public static List<AccessibilityViewCheckResult> checkView(View view) { in checkView() method in AccessibilityUtil
76 return checkView(view, getAnnotation()); in checkView()
175 private static List<AccessibilityViewCheckResult> checkView(View view, in checkView() method in AccessibilityUtil
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessQueriesTests.cpp1518 is_ok &= checkView(); in iterate()
1962 bool FunctionalTest::checkView() in checkView() function in gl4cts::DirectStateAccess::Queries::FunctionalTest
Dgl4cDirectStateAccessTests.hpp1065 bool checkView();