Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java890 int lockScreenBottom = mSections[mSections.length - 1].getCurrentBounds().bottom; in drawBackground() local
901 int bottom = (int) MathUtils.lerp(hiddenTop, lockScreenBottom, yProgress); in drawBackground()