Home
last modified time | relevance | path

Searched refs:flingExpands (Results 1 – 2 of 2) sorted by relevance

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