Searched refs:heightToRemove (Results 1 – 2 of 2) sorted by relevance
89 public Animator animateHeightRemoval(int heightToRemove) { in animateHeightRemoval() argument90 final int newHeight = getHeight() - heightToRemove; in animateHeightRemoval()
655 public Animator reduceNotificationViewHeight(int heightToRemove, int duration) { in reduceNotificationViewHeight() argument659 final int translateYBy = mIsAboveIcon ? heightToRemove : -heightToRemove; in reduceNotificationViewHeight()661 mReduceHeightAnimatorSet.play(mNotificationItemView.animateHeightRemoval(heightToRemove)); in reduceNotificationViewHeight()