Searched refs:endHeight (Results 1 – 2 of 2) sorted by relevance
305 final int endHeight = endBottom - endTop; in createAnimator() local309 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) { in createAnimator()354 if (startWidth == endWidth && startHeight == endHeight) { in createAnimator()392 int maxHeight = Math.max(startHeight, endHeight); in createAnimator()409 endClip = new Rect(0, 0, endWidth, endHeight); in createAnimator()
742 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount() local744 int totalDistance = Math.abs(endHeight - startHeight); in calculateTransformationAmount()748 + "\n VisibleType: " + mVisibleType + " height: " + endHeight in calculateTransformationAmount()