Home
last modified time | relevance | path

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

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