Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java238 float bottomOverScroll = ambientState.getOverScrollAmount(false /* onTop */); in initAlgorithmState() local
245 state.scrollY = (int) (scrollY + bottomOverScroll); in initAlgorithmState()
248 state.anchorViewY = (int) (ambientState.getAnchorViewY() - bottomOverScroll); in initAlgorithmState()