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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java337 boolean expand = flingExpands(vel, vectorVel)
523 protected boolean flingExpands(float vel, float vectorVel) { method in class:PanelView
H A DNotificationPanelView.java720 protected boolean flingExpands(float vel, float vectorVel) { method in class:NotificationPanelView
721 boolean expands = super.flingExpands(vel, vectorVel);

Completed in 1077 milliseconds