Searched refs:toInsets (Results 1 – 1 of 1) sorted by relevance
248 final Rect toInsets = new Rect(); in getBoundsAnimator() local249 to.getBackground().getPadding(toInsets); in getBoundsAnimator()258 final int endLeft = to.getLeft() - toInsets.left + targetInsets.left; in getBoundsAnimator()259 final int endTop = to.getTop() - toInsets.top + targetInsets.top; in getBoundsAnimator()260 final int endRight = to.getRight() - toInsets.right + targetInsets.right; in getBoundsAnimator()261 final int endBottom = to.getBottom() - toInsets.bottom + targetInsets.bottom; in getBoundsAnimator()