Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1409 float newTopAmount = currentTopAmount - deltaY; in overScrollUp() local
1411 setOverScrollAmount(newTopAmount, true /* onTop */, in overScrollUp()
1416 float scrollAmount = newTopAmount < 0 ? -newTopAmount : 0.0f; in overScrollUp()