Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java862 float currentOverScrollTop = getCurrentOverScrollAmount(true); in onScrollTouch()
924 float currentTopAmount = getCurrentOverScrollAmount(true); in overScrollUp()
957 float currentBottomAmount = getCurrentOverScrollAmount(false); in overScrollDown()
1159 public float getCurrentOverScrollAmount(boolean top) { in getCurrentOverScrollAmount() method in NotificationStackScrollLayout
1194 float overScrollTop = getCurrentOverScrollAmount(true); in onOverScrolled()
1356 float topAmount = getCurrentOverScrollAmount(true); in fling()
1357 float bottomAmount = getCurrentOverScrollAmount(false); in fling()
1386 float topOverScroll = getCurrentOverScrollAmount(true); in shouldOverScrollFling()
1472 if (getCurrentOverScrollAmount(true /* onTop */) > 0) { in endDrag()
1475 if (getCurrentOverScrollAmount(false /* onTop */) > 0) { in endDrag()
DStackStateAnimator.java828 final float startOverScrollAmount = mHostLayout.getCurrentOverScrollAmount(onTop); in animateOverScrollToAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1451 return mNotificationStackScroller.getCurrentOverScrollAmount(true /* top */); in getOverExpansionAmount()