Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java347 float newYTranslation = state.getYTranslation(); in updateClipping() local
349 float newNotificationEnd = newYTranslation + newHeight; in updateClipping()
373 clipStart = Math.max(clipStart, isHeadsUp ? newYTranslation : newNotificationEnd); in updateClipping()