Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java167 Rect fromBounds = sTempRect; in animateFirstNotificationTo() local
168 firstNotification.getGlobalVisibleRect(fromBounds); in animateFirstNotificationTo()
169 float scale = (float) toBounds.height() / fromBounds.height(); in animateFirstNotificationTo()
171 .translationY(toBounds.top - fromBounds.top in animateFirstNotificationTo()
172 + (fromBounds.height() * scale - fromBounds.height()) / 2) in animateFirstNotificationTo()