Home
last modified time | relevance | path

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

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