Searched refs:vectorVel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 433 float vectorVel = 0f; in endMotionEvent() local 437 vectorVel = (float) Math.hypot( in endMotionEvent() 440 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent() 661 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument 665 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
|
D | NotificationPanelView.java | 891 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument 892 boolean expands = super.flingExpands(vel, vectorVel, x, y); in flingExpands()
|