Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java792 int hiddenLeft = getWidth() / 2; in drawBackground() local
799 int left = (int) MathUtils.lerp(hiddenLeft, lockScreenLeft, xProgress); in drawBackground()
800 int right = (int) MathUtils.lerp(hiddenLeft, lockScreenRight, xProgress); in drawBackground()