Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeBounds.java305 final int endHeight = endBottom - endTop; in createAnimator() local
309 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java742 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount() local
744 int totalDistance = Math.abs(endHeight - startHeight); in calculateTransformationAmount()
748 + "\n VisibleType: " + mVisibleType + " height: " + endHeight in calculateTransformationAmount()