Searched refs:getCurrentOverScrollAmount (Results 1 – 3 of 3) sorted by relevance
939 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 NotificationStackScrollLayout1271 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()
914 final float startOverScrollAmount = mHostLayout.getCurrentOverScrollAmount(onTop); in animateOverScrollToAmount()
1647 return mNotificationStackScroller.getCurrentOverScrollAmount(true /* top */); in getOverExpansionAmount()