Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1425 float bottomAmount = getCurrentOverScrollAmount(false); in fling() local
1432 } else if (velocityY > 0 && bottomAmount > 0) { in fling()
1433 mOwnScrollY += bottomAmount; in fling()
1437 + bottomAmount; in fling()