Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1356 float topAmount = getCurrentOverScrollAmount(true); in fling() local
1358 if (velocityY < 0 && topAmount > 0) { in fling()
1359 mOwnScrollY -= (int) topAmount; in fling()
1363 * mOverflingDistance + topAmount; in fling()