Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java473 float vectorVel = (float) Math.hypot( in endMotionEvent() local
476 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent()
678 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument
686 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
DNotificationPanelView.java1407 protected boolean flingExpands(float vel, float vectorVel, float x, float y) { in flingExpands() argument
1408 boolean expands = super.flingExpands(vel, vectorVel, x, y); in flingExpands()