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.java380 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
DNotificationPanelView.java835 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()