Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2914 int notificationStackTop = params.getNotificationParentTop(); in applyLaunchAnimationParams() local
2915 top -= notificationStackTop; in applyLaunchAnimationParams()
2933 float clipBottom = Math.max(params.getBottom() - notificationStackTop, in applyLaunchAnimationParams()
2936 float clipTop = Math.min(params.getTop() - notificationStackTop, parentTranslationY); in applyLaunchAnimationParams()