Searched refs:setOverScrollAmount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 1521 setOverScrollAmount(0.0f, true, false); in onOverScrollFling() 1536 setOverScrollAmount(newTopAmount, true /* onTop */, in overScrollUp() 1569 setOverScrollAmount(newBottomAmount, false /* onTop */, in overScrollDown() 1692 setOverScrollAmount(numPixels * getRubberBandFactor(onTop), onTop, animate, true); in setOverScrolledPixels() 1703 public void setOverScrollAmount(float amount, boolean onTop, boolean animate) { in setOverScrollAmount() method in NotificationStackScrollLayout 1704 setOverScrollAmount(amount, onTop, animate, true); in setOverScrollAmount() 1715 public void setOverScrollAmount(float amount, boolean onTop, boolean animate, in setOverScrollAmount() method in NotificationStackScrollLayout 1717 setOverScrollAmount(amount, onTop, animate, cancelAnimators, isRubberbanded(onTop)); in setOverScrollAmount() 1730 public void setOverScrollAmount(float amount, boolean onTop, boolean animate, in setOverScrollAmount() method in NotificationStackScrollLayout 1745 mAmbientState.setOverScrollAmount(amount, onTop); in setOverScrollAmountInternal() [all …]
|
D | AmbientState.java | 153 public void setOverScrollAmount(float amount, boolean onTop) { in setOverScrollAmount() method in AmbientState
|
D | StackStateAnimator.java | 479 mHostLayout.setOverScrollAmount( in animateOverScrollToAmount()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 543 mNotificationStackScroller.setOverScrollAmount(0f, true /* onTop */, false /* animate */, in resetViews() 1741 mNotificationStackScroller.setOverScrollAmount( in setOverExpansion()
|