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