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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java458 boolean expand = flingExpands(vel, vectorVel, x, y)
679 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { method in class:PanelView
H A DNotificationPanelView.java948 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { method in class:NotificationPanelView
949 boolean expands = super.flingExpands(vel, vectorVel, x, y);

Completed in 40 milliseconds