HomeSort by relevance Sort by last modified time
    Searched refs:endHeight (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 301 final int endHeight = endBottom - endTop;
305 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) {
318 if (startWidth == endWidth && startHeight == endHeight) {
356 int maxHeight = Math.max(startHeight, endHeight);
373 endClip = new Rect(0, 0, endWidth, endHeight);
  /frameworks/support/transition/src/android/support/transition/
ChangeBounds.java 285 final int endHeight = endBottom - endTop;
289 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) {
303 if (startWidth == endWidth && startHeight == endHeight) {
342 int maxHeight = Math.max(startHeight, endHeight);
359 endClip = new Rect(0, 0, endWidth, endHeight);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
HvacPanelController.java 427 int endHeight = getStateHeight(endState);
428 if (startHeight == endHeight) {
432 ValueAnimator heightAnimator = new ValueAnimator().ofInt(startHeight, endHeight)
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
BaseCardViewTest.java 50 void mockInfoHeightAnimation(BaseCardView view, int width, int startHeight, int endHeight) {
55 measureAndLayout(view, width, endHeight);
248 mockInfoHeightAnimation(cardView, 500 /*width*/, 500 /*startHeight*/, 700 /*endHeight*/);
259 mockInfoHeightAnimation(cardView, 500 /*width*/, 700 /*startHeight*/, 500 /*endHeight*/);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 643 int endHeight = getViewForVisibleType(mVisibleType).getHeight();
645 int totalDistance = Math.abs(endHeight - startHeight);
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 

Completed in 153 milliseconds