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.java2323 float topAmount = getCurrentOverScrollAmount(true); in fling() local
2325 if (velocityY < 0 && topAmount > 0) { in fling()
2326 setOwnScrollY(mOwnScrollY - (int) topAmount); in fling()
2330 * mOverflingDistance + topAmount; in fling()