Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java337 float clipStart = 0; in updateClipping() local
345 clipStart = Math.max(drawStart, clipStart); in updateClipping()
373 clipStart = Math.max(clipStart, isHeadsUp ? newYTranslation : newNotificationEnd); in updateClipping()