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);
496 protected boolean flingExpands(float vel, float vectorVel) { method in class:PanelView
H A DNotificationPanelView.java657 protected boolean flingExpands(float vel, float vectorVel) { method in class:NotificationPanelView
658 boolean expands = super.flingExpands(vel, vectorVel);

Completed in 40 milliseconds