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.java1534 float newTopAmount = currentTopAmount - deltaY; in overScrollUp() local
1536 setOverScrollAmount(newTopAmount, true /* onTop */, in overScrollUp()
1541 float scrollAmount = newTopAmount < 0 ? -newTopAmount : 0.0f; in overScrollUp()