Searched refs:notificationStackTop (Results 1 – 1 of 1) sorted by relevance
2914 int notificationStackTop = params.getNotificationParentTop(); in applyLaunchAnimationParams() local2915 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()