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