Searched refs:endHeight (Results 1 – 1 of 1) sorted by relevance
1435 private Animator getShrinkAnimator(int startHeight, int endHeight) { in getShrinkAnimator() argument1437 ObjectAnimator.ofInt(mPrimaryCallCardContainer, "bottom", startHeight, endHeight); in getShrinkAnimator()