Searched refs:flingExpands (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 380 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent() 579 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() method in PanelView
|
D | NotificationPanelView.java | 835 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() method in NotificationPanelView 836 boolean expands = super.flingExpands(vel, vectorVel, x, y); in flingExpands()
|