Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt128 val parentClip = notification.notificationParent.clipTopAmount in createAnimatorState() constant
129 params.parentStartClipTopAmount = parentClip in createAnimatorState()
133 if (parentClip != 0) { in createAnimatorState()
134 val childClip = parentClip - notification.translationY in createAnimatorState()