Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java859 int sectionTop = section.getCurrentBounds().top + animationYOffset; in drawBackgroundRects() local
865 if (sectionTop - lastSectionBottom > DISTANCE_BETWEEN_ADJACENT_SECTIONS_PX in drawBackgroundRects()
872 backgroundRectTop = sectionTop; in drawBackgroundRects()