Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java162 public void animateFirstNotificationTo(Rect toBounds, in animateFirstNotificationTo() argument
169 float scale = (float) toBounds.height() / fromBounds.height(); in animateFirstNotificationTo()
171 .translationY(toBounds.top - fromBounds.top in animateFirstNotificationTo()