Searched refs:setOverScrollAmount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | AmbientState.java | 109 public void setOverScrollAmount(float amount, boolean onTop) { in setOverScrollAmount() method in AmbientState
|
D | NotificationStackScrollLayout.java | 1396 setOverScrollAmount(0.0f, true, false); in onOverScrollFling() 1411 setOverScrollAmount(newTopAmount, true /* onTop */, in overScrollUp() 1444 setOverScrollAmount(newBottomAmount, false /* onTop */, in overScrollDown() 1578 setOverScrollAmount(numPixels * getRubberBandFactor(onTop), onTop, animate, true); in setOverScrolledPixels() 1589 public void setOverScrollAmount(float amount, boolean onTop, boolean animate) { in setOverScrollAmount() method in NotificationStackScrollLayout 1590 setOverScrollAmount(amount, onTop, animate, true); in setOverScrollAmount() 1601 public void setOverScrollAmount(float amount, boolean onTop, boolean animate, in setOverScrollAmount() method in NotificationStackScrollLayout 1603 setOverScrollAmount(amount, onTop, animate, cancelAnimators, isRubberbanded(onTop)); in setOverScrollAmount() 1616 public void setOverScrollAmount(float amount, boolean onTop, boolean animate, in setOverScrollAmount() method in NotificationStackScrollLayout 1631 mAmbientState.setOverScrollAmount(amount, onTop); in setOverScrollAmountInternal() [all …]
|
D | StackStateAnimator.java | 979 mHostLayout.setOverScrollAmount( in animateOverScrollToAmount()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 508 mNotificationStackScroller.setOverScrollAmount(0f, true /* onTop */, false /* animate */, in resetViews() 1681 mNotificationStackScroller.setOverScrollAmount( in setOverExpansion()
|