Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java372 final Button button = (Button) mActivity.findViewById(R.id.buttonWithTooltip); in testTypeViewFocusedAccessibilityEvent()
890 assertFalse(hasTooltipShowing(R.id.buttonWithTooltip)); in testTooltipTextActionsReportedToAccessibility()
904 assertTrue(hasTooltipShowing(R.id.buttonWithTooltip)); in testTooltipTextActionsReportedToAccessibility()
921 () -> mActivity.findViewById(R.id.buttonWithTooltip) in testTraversalBeforeReportedToAccessibility()
958 .findViewById(R.id.edittext).setLabelFor(R.id.buttonWithTooltip)), in testLabelForReportedToAccessibility()
1203 final Button buttonWithTooltip = mActivity.findViewById(R.id.buttonWithTooltip); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local
1205 buttonWithTooltip.getLocationOnScreen(buttonWithTooltipLocation); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()