Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1450 customOverScrollBy((int) scrollAmount, mOwnScrollY, in onScrollTouch()
1647 customOverScrollBy(y - oldY, oldY, range, in animateScroll()
1660 private boolean customOverScrollBy(int deltaY, int scrollY, int scrollRangeY, in customOverScrollBy() method in NotificationStackScrollLayout