Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/android/
DAccessibilityUtilTest.java32 private LinearLayout parentLayout; field in AccessibilityUtilTest
60 parentLayout = new LinearLayout(RuntimeEnvironment.application); in setUp()
61 parentLayout.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); in setUp()
62 parentLayout.addView(labeledView); in setUp()
63 shadowOf(parentLayout).setGlobalVisibleRect(validViewBounds); in setUp()
85 parentLayout.addView(unlabeledView); in default_viewWithSiblingIssue_shouldNotThrow()
91 parentLayout.addView(unlabeledView); in whenCheckingFromRoot_viewWithSiblingIssue_shouldThrow()
146 parentLayout.setContentDescription(DUPLICATE_STRING); in warningIssue_shouldNotThrow()
147 parentLayout.setClickable(true); in warningIssue_shouldNotThrow()
148 AccessibilityUtil.checkView(parentLayout); in warningIssue_shouldNotThrow()