Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityViewTreeReportingTest.java135 AccessibilityNodeInfo secondButton = getNodeByText(R.string.secondButton); in testDescendantsOfNotImportantViewReportedInOrder2() local
136 assertEquals(secondButton, secondFrameLayout.getChild(2)); in testDescendantsOfNotImportantViewReportedInOrder2()
160 AccessibilityNodeInfo secondButton = getNodeByText(R.string.secondButton); in testDescendantsOfNotImportantViewReportedInOrder3() local
161 assertEquals(secondButton, rootLinearLayout.getChild(3)); in testDescendantsOfNotImportantViewReportedInOrder3()
251 AccessibilityNodeInfo secondButton = getNodeByText(R.string.secondButton);
255 assertTrue(secondButton.getDrawingOrder() < firstFrameLayout.getDrawingOrder());
263 AccessibilityNodeInfo secondButton = getNodeByText(R.string.secondButton);
267 assertTrue(secondButton.getDrawingOrder() > firstFrameLayout.getDrawingOrder());
328 final View view = mActivity.findViewById(R.id.secondButton);
334 final View view = mActivity.findViewById(R.id.secondButton);
DAccessibilityFocusAndInputFocusSyncTest.java296 final AccessibilityNodeInfo secondButton = sUiAutomation.getRootInActiveWindow() in testScreenReaderFocusableAttribute_reportedToAccessibility() local
298 sContext.getString(R.string.secondButton)).get(0); in testScreenReaderFocusableAttribute_reportedToAccessibility()
300 secondButton.isScreenReaderFocusable()); in testScreenReaderFocusableAttribute_reportedToAccessibility()
305 View secondButtonView = mActivity.findViewById(R.id.secondButton); in testScreenReaderFocusableAttribute_reportedToAccessibility()
313 secondButton.refresh(); in testScreenReaderFocusableAttribute_reportedToAccessibility()
316 secondButton.isScreenReaderFocusable()); in testScreenReaderFocusableAttribute_reportedToAccessibility()
/cts/tests/tests/widget/src/android/widget/cts/
DCompoundButtonTest.java295 GradientDrawable secondButton = (GradientDrawable) mCompoundButton.getButtonDrawable(); in testSetButtonIcon() local
296 assertEquals(GradientDrawable.RECTANGLE, secondButton.getShape()); in testSetButtonIcon()
297 assertEquals(ColorStateList.valueOf(Color.RED), secondButton.getColor()); in testSetButtonIcon()