Searched refs:flingExpands (Results 1 – 2 of 2) sorted by relevance
337 boolean expand = flingExpands(vel, vectorVel) in onTouchEvent()523 protected boolean flingExpands(float vel, float vectorVel) { in flingExpands() method in PanelView
720 protected boolean flingExpands(float vel, float vectorVel) { in flingExpands() method in NotificationPanelView721 boolean expands = super.flingExpands(vel, vectorVel); in flingExpands()