Searched defs:flingToHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java726 flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing);
729 protected void flingToHeight(float vel, boolean expand, float target, method in class:PanelView
H A DNotificationPanelView.java647 protected void flingToHeight(float vel, boolean expand, float target, method in class:NotificationPanelView
651 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing);

Completed in 13 milliseconds