Searched refs:getCurrentOverScrollAmount (Results 1 – 3 of 3) sorted by relevance
1468 float currentOverScrollTop = getCurrentOverScrollAmount(true); in onScrollTouch()1533 float currentTopAmount = getCurrentOverScrollAmount(true); in overScrollUp()1566 float currentBottomAmount = getCurrentOverScrollAmount(false); in overScrollDown()1769 public float getCurrentOverScrollAmount(boolean top) { in getCurrentOverScrollAmount() method in NotificationStackScrollLayout1792 float overScrollTop = getCurrentOverScrollAmount(true); in onCustomOverScrolled()2323 float topAmount = getCurrentOverScrollAmount(true); in fling()2324 float bottomAmount = getCurrentOverScrollAmount(false); in fling()2357 float topOverScroll = getCurrentOverScrollAmount(true); in shouldOverScrollFling()2452 if (getCurrentOverScrollAmount(true /* onTop */) > 0) { in endDrag()2455 if (getCurrentOverScrollAmount(false /* onTop */) > 0) { in endDrag()
467 final float startOverScrollAmount = mHostLayout.getCurrentOverScrollAmount(onTop); in animateOverScrollToAmount()
1576 return mNotificationStackScroller.getCurrentOverScrollAmount(true /* top */); in getOverExpansionAmount()