Searched defs:vectorVel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java330 float vectorVel = 0f;
334 vectorVel = (float) Math.hypot(
337 boolean expand = flingExpands(vel, vectorVel);
493 * @param vectorVel the length of the vectorial velocity
496 protected boolean flingExpands(float vel, float vectorVel) { argument
500 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) {
H A DNotificationPanelView.java657 protected boolean flingExpands(float vel, float vectorVel) { argument
658 boolean expands = super.flingExpands(vel, vectorVel);

Completed in 42 milliseconds