Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java349 float newNotificationEnd = newYTranslation + newHeight; in updateClipping() local
354 && newNotificationEnd > firstHeadsUpEnd in updateClipping()
359 float overlapAmount = newNotificationEnd - firstHeadsUpEnd; in updateClipping()
365 firstHeadsUpEnd = newNotificationEnd; in updateClipping()
373 clipStart = Math.max(clipStart, isHeadsUp ? newYTranslation : newNotificationEnd); in updateClipping()