Searched refs:touchableSize (Results 1 – 2 of 2) sorted by relevance
77 final int touchableSize = getResources().getDimensionPixelSize( in onCreate() local81 v.getLeft(), 0, v.getRight() + touchableSize, v.getHeight()); in onCreate()
1206 final int touchableSize = resources.getDimensionPixelSize( in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local1208 final int hoverRight = buttonWithTooltipLocation[0] + touchableSize / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()1209 final int hoverLeft = buttonLocation[0] + button.getWidth() + touchableSize / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()1265 final int touchableSize = resources.getDimensionPixelSize( in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() local1272 final int textX = location[0] + touchableSize/2; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()1274 final int delegateX = location[0] - touchableSize/2; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()