Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/activities/
DAccessibilityEndToEndActivity.java77 final int touchableSize = 48; in onCreate() local
80 v.getLeft(), 0, v.getRight() + touchableSize, v.getHeight()); in onCreate()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java873 final int touchableSize = 48; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local
874 final int hoverRight = buttonWithTooltipLocation[0] + touchableSize / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
875 final int hoverLeft = buttonLocation[0] + button.getWidth() + touchableSize / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
928 final int touchableSize = 48; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() local
935 final int textX = location[0] + touchableSize/2; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
937 final int delegateX = location[0] - touchableSize/2; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()