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.java855 final int touchableSize = 48; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local
856 final int hoverRight = buttonWithTooltip.getLeft() + touchableSize / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
857 final int hoverLeft = button.getRight() + touchableSize / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
910 final int touchableSize = 48; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() local
917 final int textX = location[0] + touchableSize/2; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
919 final int delegateX = location[0] - touchableSize/2; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()