Searched refs:getCurrentOverScrolledPixels (Results 1 – 2 of 2) sorted by relevance
1013 float currentBottomPixels = getCurrentOverScrolledPixels(false); in overScrollUp()1045 float currentTopPixels = getCurrentOverScrolledPixels(true); in overScrollDown()1240 public float getCurrentOverScrolledPixels(boolean top) { in getCurrentOverScrolledPixels() method in NotificationStackScrollLayout
1652 return mNotificationStackScroller.getCurrentOverScrolledPixels(true /* top */); in getOverExpansionPixels()