Searched refs:endHeight (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/transition/src/android/support/transition/ |
D | ChangeBounds.java | 285 final int endHeight = endBottom - endTop; in createAnimator() local 289 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) { in createAnimator() 303 if (startWidth == endWidth && startHeight == endHeight) { in createAnimator() 342 int maxHeight = Math.max(startHeight, endHeight); in createAnimator() 359 endClip = new Rect(0, 0, endWidth, endHeight); in createAnimator()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 301 final int endHeight = endBottom - endTop; in createAnimator() local 305 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) { in createAnimator() 318 if (startWidth == endWidth && startHeight == endHeight) { in createAnimator() 356 int maxHeight = Math.max(startHeight, endHeight); in createAnimator() 373 endClip = new Rect(0, 0, endWidth, endHeight); in createAnimator()
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | BaseCardViewTest.java | 50 void mockInfoHeightAnimation(BaseCardView view, int width, int startHeight, int endHeight) { in mockInfoHeightAnimation() argument 55 measureAndLayout(view, width, endHeight); in mockInfoHeightAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 643 int endHeight = getViewForVisibleType(mVisibleType).getHeight(); in calculateTransformationAmount() local 645 int totalDistance = Math.abs(endHeight - startHeight); in calculateTransformationAmount()
|