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.java939 float currentOverScrollTop = getCurrentOverScrollAmount(true); in onScrollTouch()
1001 float currentTopAmount = getCurrentOverScrollAmount(true); in overScrollUp()
1034 float currentBottomAmount = getCurrentOverScrollAmount(false); in overScrollDown()
1236 public float getCurrentOverScrollAmount(boolean top) { in getCurrentOverScrollAmount() method in NotificationStackScrollLayout
1271 float overScrollTop = getCurrentOverScrollAmount(true); in onOverScrolled()
1424 float topAmount = getCurrentOverScrollAmount(true); in fling()
1425 float bottomAmount = getCurrentOverScrollAmount(false); in fling()
1454 float topOverScroll = getCurrentOverScrollAmount(true); in shouldOverScrollFling()
1540 if (getCurrentOverScrollAmount(true /* onTop */) > 0) { in endDrag()
1543 if (getCurrentOverScrollAmount(false /* onTop */) > 0) { in endDrag()
DStackStateAnimator.java914 final float startOverScrollAmount = mHostLayout.getCurrentOverScrollAmount(onTop); in animateOverScrollToAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1647 return mNotificationStackScroller.getCurrentOverScrollAmount(true /* top */); in getOverExpansionAmount()