Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java70 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
84 float velocity) { in apply()
99 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply()
119 float velocity, float maxDistance) { in apply()
127 float endValue, float velocity, float maxDistance) { in getProperties()
167 float velocity, float maxDistance) { in applyDismissing()
187 float velocity, float maxDistance) { in applyDismissing()
195 float velocity, float maxDistance) { in getDismissingProperties()
234 private float calculateLinearOutFasterInY2(float velocity) { in calculateLinearOutFasterInY2()
281 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator()
DKeyguardAffordanceView.java202 public void finishAnimation(float velocity, final Runnable mAnimationEndRunnable) { in finishAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/
DDraggingInRecentsEndedEvent.java10 public final float velocity; field in DraggingInRecentsEndedEvent
12 public DraggingInRecentsEndedEvent(float velocity) { in DraggingInRecentsEndedEvent()
/frameworks/base/core/java/android/widget/
DOverScroller.java655 static private float getDeceleration(int velocity) { in getDeceleration()
730 private void startSpringback(int start, int end, int velocity) { in startSpringback()
744 void fling(int start, int velocity, int min, int max, int over) { in fling()
780 private double getSplineDeceleration(int velocity) { in getSplineDeceleration()
784 private double getSplineFlingDistance(int velocity) { in getSplineFlingDistance()
791 private int getSplineFlingDuration(int velocity) { in getSplineFlingDuration()
797 private void fitOnBounceCurve(int start, int end, int velocity) { in fitOnBounceCurve()
811 private void startBounceAfterEdge(int start, int end, int velocity) { in startBounceAfterEdge()
817 private void startAfterEdge(int start, int min, int max, int velocity) { in startAfterEdge()
DScroller.java444 float velocity = (float) Math.hypot(velocityX, velocityY); in fling() local
474 private double getSplineDeceleration(float velocity) { in getSplineDeceleration()
478 private int getSplineFlingDuration(float velocity) { in getSplineFlingDuration()
484 private double getSplineFlingDistance(float velocity) { in getSplineFlingDistance()
DEdgeEffect.java267 public void onAbsorb(int velocity) { in onAbsorb()
/frameworks/support/compat/java/android/support/v4/widget/
DEdgeEffectCompat.java53 public boolean onAbsorb(Object edgeEffect, int velocity); in onAbsorb()
91 public boolean onAbsorb(Object edgeEffect, int velocity) { in onAbsorb()
138 public boolean onAbsorb(Object edgeEffect, int velocity) { in onAbsorb()
259 public boolean onAbsorb(int velocity) { in onAbsorb()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java329 public void dismissChild(final View view, float velocity, boolean useAccelerateInterpolator) { in dismissChild()
342 public void dismissChild(final View animView, float velocity, final Runnable endAction, in dismissChild()
580 float velocity = getVelocity(mVelocityTracker); field in SwipeHelper
585 dismissChild(mCurrView, velocity, in dismissChild() argument
590 snapChild(mCurrView, 0 /* leftTarget */, velocity); in snapChild() argument
DRecentsComponent.java51 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerSnappingTest.java124 int velocity = (int) (1.000001 * mRecyclerView.getMinFlingVelocity()); in snapOnFlingSameView() local
152 int velocity = (int) (0.2 * mRecyclerView.getMaxFlingVelocity()); in snapOnFlingNextView() local
DLinearLayoutManagerSnappingTest.java118 int velocity = (int) (1.000001 * mRecyclerView.getMinFlingVelocity()); in snapOnFlingSameView() local
144 int velocity = (int) (0.2 * mRecyclerView.getMaxFlingVelocity()); in snapOnFlingNextView() local
DGridLayoutManagerSnappingTest.java118 int velocity = (int) (1.000001 * mRecyclerView.getMinFlingVelocity()); in snapOnFlingSameView() local
146 int velocity = (int) (0.2 * mRecyclerView.getMaxFlingVelocity()); in snapOnFlingNextView() local
/frameworks/support/compat/ics/android/support/v4/widget/
DEdgeEffectCompatIcs.java56 public static boolean onAbsorb(Object edgeEffect, int velocity) { in onAbsorb()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DIRecentsNonSystemUserCallbacks.aidl37 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DIRecentsNonSystemUserCallbacks.aidl37 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded()
DRecentsImplProxy.java108 public void onDraggingInRecentsEnded(float velocity) throws RemoteException { in onDraggingInRecentsEnded()
DRecents.java511 public void onDraggingInRecentsEnded(float velocity) { in onDraggingInRecentsEnded()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp105 Velocity& velocity = mCalculatedVelocity[index]; in computeCurrentVelocity() local
119 const Velocity& velocity = mCalculatedVelocity[index]; in getVelocity() local
/frameworks/base/core/java/com/android/internal/policy/
DDividerSnapAlgorithm.java133 public SnapTarget calculateSnapTarget(int position, float velocity) { in calculateSnapTarget()
142 public SnapTarget calculateSnapTarget(int position, float velocity, boolean hardDismiss) { in calculateSnapTarget()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java493 boolean setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { in setCurrentItemInternal()
535 private void scrollToItem(int position, boolean smoothScroll, int velocity, in scrollToItem()
764 void smoothScrollTo(int x, int y, int velocity) { in smoothScrollTo()
DRotarySelector.java551 final int velocity = Math.max(mMinimumVelocity, rawVelocity); in onTouchEvent() local
571 final int velocity = Math.min(-mMinimumVelocity, rawVelocity); in onTouchEvent() local
/frameworks/support/core-ui/java/android/support/v4/view/
DViewPager.java636 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { in setCurrentItemInternal()
676 private void scrollToItem(int item, boolean smoothScroll, int velocity, in scrollToItem()
976 void smoothScrollTo(int x, int y, int velocity) { in smoothScrollTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java407 public void stopDragging(int position, float velocity, boolean avoidDismissStart, in stopDragging()
552 private void fling(int position, float velocity, boolean avoidDismissStart, in fling()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java3909 public void flingTopOverscroll(float velocity, boolean open); in flingTopOverscroll()
3993 public void dismissChild(final View view, float velocity, in dismissChild()
4005 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild()
4022 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
4065 private void dismissOrSnapBack(View animView, float velocity, MotionEvent ev) { in dismissOrSnapBack()
4074 private void snapToGear(View animView, float velocity) { in snapToGear()
4170 private boolean isTowardsGear(float velocity, boolean onLeft) { in isTowardsGear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java331 int velocity = (int) mVelocityTracker.getYVelocity(mActivePointerId); in handleTouchEvent() local

12