Searched refs:endWidth (Results 1 – 1 of 1) sorted by relevance
137 int endWidth = endRight - endLeft; in createAnimator() local140 if (startWidth != 0 && startHeight != 0 && endWidth != 0 && endHeight != 0) { in createAnimator()202 if (startWidth != endWidth) view.setRight(endLeft + in createAnimator()203 Math.max(startWidth, endWidth)); in createAnimator()212 int widthDelta = endWidth - startWidth; in createAnimator()230 Rect tempEndBounds = new Rect(0, 0, endWidth, endHeight); in createAnimator()