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.java288 final Button button = (Button) mActivity.findViewById(R.id.buttonWithTooltip); in testTypeViewFocusedAccessibilityEvent()
688 assertFalse(hasTooltipShowing(R.id.buttonWithTooltip)); in testTooltipTextActionsReportedToAccessibility()
700 assertTrue(hasTooltipShowing(R.id.buttonWithTooltip)); in testTooltipTextActionsReportedToAccessibility()
716 () -> mActivity.findViewById(R.id.buttonWithTooltip) in testTraversalBeforeReportedToAccessibility()
751 .findViewById(R.id.edittext).setLabelFor(R.id.buttonWithTooltip)), in testLabelForReportedToAccessibility()
854 final Button buttonWithTooltip = mActivity.findViewById(R.id.buttonWithTooltip); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local
856 final int hoverRight = buttonWithTooltip.getLeft() + touchableSize / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()