Searched refs:minScrollY (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 2341 int minScrollY = Math.max(0, scrollRange); in fling() local 2343 minScrollY = Math.min(minScrollY, mMaxScrollAfterExpand); in fling() 2345 mScroller.fling(mScrollX, mOwnScrollY, 1, velocityY, 0, 0, 0, minScrollY, 0, in fling()
|