Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java89 public Animator animateHeightRemoval(int heightToRemove) { in animateHeightRemoval() argument
90 final int newHeight = getHeight() - heightToRemove; in animateHeightRemoval()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java655 public Animator reduceNotificationViewHeight(int heightToRemove, int duration) { in reduceNotificationViewHeight() argument
659 final int translateYBy = mIsAboveIcon ? heightToRemove : -heightToRemove; in reduceNotificationViewHeight()
661 mReduceHeightAnimatorSet.play(mNotificationItemView.animateHeightRemoval(heightToRemove)); in reduceNotificationViewHeight()