Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java827 int sectionTop = section.getCurrentBounds().top + animationYOffset; in drawBackgroundRects() local
833 if (sectionTop - lastSectionBottom > DISTANCE_BETWEEN_ADJACENT_SECTIONS_PX in drawBackgroundRects()
840 backgroundRectTop = sectionTop; in drawBackgroundRects()