Searched refs:getBlurSizeOutline (Results 1 – 2 of 2) sorted by relevance
281 / (dragView.getMeasuredWidth() - dragView.getBlurSizeOutline())); in animateViewIntoPosition()288 … toX += scale * destRect.left - toScale * dragView.getBlurSizeOutline() / 2 - scaleShiftX; in animateViewIntoPosition()289 toY += scale * destRect.top - toScale * dragView.getBlurSizeOutline() / 2 - scaleShiftY; in animateViewIntoPosition()
536 public int getBlurSizeOutline() { in getBlurSizeOutline() method in DragView