Searched refs:flingToHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 733 flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in fling() 736 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() method in PanelView
|
D | NotificationPanelView.java | 1013 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() method in NotificationPanelView 1017 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight()
|