Searched refs:secondButton (Results 1 – 3 of 3) sorted by relevance
135 AccessibilityNodeInfo secondButton = getNodeByText(R.string.secondButton); in testDescendantsOfNotImportantViewReportedInOrder2() local136 assertEquals(secondButton, secondFrameLayout.getChild(2)); in testDescendantsOfNotImportantViewReportedInOrder2()160 AccessibilityNodeInfo secondButton = getNodeByText(R.string.secondButton); in testDescendantsOfNotImportantViewReportedInOrder3() local161 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);
296 final AccessibilityNodeInfo secondButton = sUiAutomation.getRootInActiveWindow() in testScreenReaderFocusableAttribute_reportedToAccessibility() local298 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()
295 GradientDrawable secondButton = (GradientDrawable) mCompoundButton.getButtonDrawable(); in testSetButtonIcon() local296 assertEquals(GradientDrawable.RECTANGLE, secondButton.getShape()); in testSetButtonIcon()297 assertEquals(ColorStateList.valueOf(Color.RED), secondButton.getColor()); in testSetButtonIcon()