Home
last modified time | relevance | path

Searched defs:velocity (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java76 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
90 float velocity) { in apply()
105 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply()
125 float velocity, float maxDistance) { in apply()
133 float endValue, float velocity, float maxDistance) { in getProperties()
173 float velocity, float maxDistance) { in applyDismissing()
193 float velocity, float maxDistance) { in applyDismissing()
201 float velocity, float maxDistance) { in getDismissingProperties()
240 private float calculateLinearOutFasterInY2(float velocity) { in calculateLinearOutFasterInY2()
287 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator()
DKeyguardAffordanceView.java216 public void finishAnimation(float velocity, final Runnable mAnimationEndRunnable) { in finishAnimation()
/frameworks/support/v4/java/android/support/v4/widget/
DEdgeEffectCompat.java51 public boolean onAbsorb(Object edgeEffect, int velocity); in onAbsorb()
81 public boolean onAbsorb(Object edgeEffect, int velocity) { in onAbsorb()
115 public boolean onAbsorb(Object edgeEffect, int velocity) { in onAbsorb()
203 public boolean onAbsorb(int velocity) { in onAbsorb()
DViewDragHelper.java624 private int computeAxisDuration(int delta, int velocity, int motionRange) { in computeAxisDuration()
DSlidingPaneLayout.java1047 boolean smoothSlideTo(float slideOffset, int velocity) { in smoothSlideTo()
/frameworks/base/core/java/android/widget/
DOverScroller.java658 static private float getDeceleration(int velocity) { in getDeceleration()
733 private void startSpringback(int start, int end, int velocity) { in startSpringback()
747 void fling(int start, int velocity, int min, int max, int over) { in fling()
783 private double getSplineDeceleration(int velocity) { in getSplineDeceleration()
787 private double getSplineFlingDistance(int velocity) { in getSplineFlingDistance()
794 private int getSplineFlingDuration(int velocity) { in getSplineFlingDuration()
800 private void fitOnBounceCurve(int start, int end, int velocity) { in fitOnBounceCurve()
812 private void startBounceAfterEdge(int start, int end, int velocity) { in startBounceAfterEdge()
818 private void startAfterEdge(int start, int min, int max, int velocity) { in startAfterEdge()
DScroller.java445 float velocity = FloatMath.sqrt(velocityX * velocityX + velocityY * velocityY); in fling() local
475 private double getSplineDeceleration(float velocity) { in getSplineDeceleration()
479 private int getSplineFlingDuration(float velocity) { in getSplineFlingDuration()
485 private double getSplineFlingDistance(float velocity) { in getSplineFlingDistance()
DEdgeEffect.java267 public void onAbsorb(int velocity) { in onAbsorb()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java297 public void dismissChild(final View view, float velocity) { in dismissChild()
309 public void dismissChild(final View view, float velocity, final Runnable endAction, in dismissChild()
369 public void snapChild(final View view, float velocity) { in snapChild()
443 float velocity = getVelocity(mVelocityTracker); in onTouchEvent() local
DExpandHelper.java527 private void finishExpanding(boolean force, float velocity) { in finishExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DSwipeHelper.java220 private void dismissChild(final View view, float velocity) { in dismissChild()
263 private void snapChild(final View view, float velocity) { in snapChild()
353 float velocity = getVelocity(velocityTracker); in endSwipe() local
DTaskStackViewTouchHandler.java277 int velocity = (int) mVelocityTracker.getYVelocity(mActivePointerId); in onTouchEvent() local
/frameworks/support/v4/ics/android/support/v4/widget/
DEdgeEffectCompatIcs.java56 public static boolean onAbsorb(Object edgeEffect, int velocity) { in onAbsorb()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp104 Velocity& velocity = mCalculatedVelocity[index]; in computeCurrentVelocity() local
118 const Velocity& velocity = mCalculatedVelocity[index]; in getVelocity() local
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java517 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { in setCurrentItemInternal()
560 private void scrollToItem(int item, boolean smoothScroll, int velocity, in scrollToItem()
793 void smoothScrollTo(int x, int y, int velocity) { in smoothScrollTo()
/frameworks/base/core/java/com/android/internal/widget/
DRotarySelector.java551 final int velocity = Math.max(mMinimumVelocity, rawVelocity); in onTouchEvent() local
571 final int velocity = Math.min(-mMinimumVelocity, rawVelocity); in onTouchEvent() local
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DSlidingChallengeLayout.java394 void animateChallengeTo(int y, int velocity) { in animateChallengeTo()
DPagedView.java1863 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java365 final float velocity = VelocityTrackerCompat.getYVelocity(mVelocityTracker, in onTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java831 public void flingTopOverscroll(float velocity, boolean open) { in flingTopOverscroll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2456 public void flingTopOverscroll(float velocity, boolean open); in flingTopOverscroll()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3204 final int velocity = (int) Math.sqrt(vx * vx + vy * vy); in computeScrollDuration() local