Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.java248 final Rect toInsets = new Rect(); in getBoundsAnimator() local
249 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()