Home
last modified time | relevance | path

Searched refs:setOverScrollAmount (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1778 setOverScrollAmount(newTopAmount, true /* onTop */,
1812 setOverScrollAmount(newBottomAmount, false /* onTop */,
1952 setOverScrollAmount(amount, onTop, animate, true);
1996 mAmbientState.setOverScrollAmount(amount, onTop);
2092 setOverScrollAmount(newAmount, onTop, false);
2093 setOverScrollAmount(0.0f, onTop, true);
2511 setOverScrollAmount(0, true, false);
2516 setOverScrollAmount(0, false, false);
3607 setOverScrollAmount(0.0f, true, false); in onOverScrollFling()
3636 setOverScrollAmount(0, true /* onTop */, true /* animate */); in endDrag()
[all …]
H A DNotificationStackScrollLayoutController.java1018 public void setOverScrollAmount(float amount, boolean onTop, boolean animate, in setOverScrollAmount() method in NotificationStackScrollLayoutController
1020 mView.setOverScrollAmount(amount, onTop, animate, cancelAnimators); in setOverScrollAmount()
1023 public void setOverScrollAmount(float amount, boolean onTop, boolean animate) { in setOverScrollAmount() method in NotificationStackScrollLayoutController
1024 mView.setOverScrollAmount(amount, onTop, animate); in setOverScrollAmount()
H A DAmbientState.java295 public void setOverScrollAmount(float amount, boolean onTop) { in setOverScrollAmount() method in AmbientState
H A DStackStateAnimator.java490 mHostLayout.setOverScrollAmount( in animateOverScrollToAmount()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1559 mNotificationStackScrollLayoutController.setOverScrollAmount(0f, true /* onTop */, animate, in resetViews()
3136 mNotificationStackScrollLayoutController.setOverScrollAmount(0.0f, true /* onTop */, in onTrackingStopped()