/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | FlingAnimationUtils.java | 70 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()
|
D | KeyguardAffordanceView.java | 202 public void finishAnimation(float velocity, final Runnable mAnimationEndRunnable) { in finishAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/ |
D | DraggingInRecentsEndedEvent.java | 10 public final float velocity; field in DraggingInRecentsEndedEvent 12 public DraggingInRecentsEndedEvent(float velocity) { in DraggingInRecentsEndedEvent()
|
/frameworks/base/core/java/android/widget/ |
D | OverScroller.java | 655 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()
|
D | Scroller.java | 444 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()
|
D | EdgeEffect.java | 267 public void onAbsorb(int velocity) { in onAbsorb()
|
/frameworks/support/compat/java/android/support/v4/widget/ |
D | EdgeEffectCompat.java | 53 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/ |
D | SwipeHelper.java | 329 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
|
D | RecentsComponent.java | 51 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | StaggeredGridLayoutManagerSnappingTest.java | 124 int velocity = (int) (1.000001 * mRecyclerView.getMinFlingVelocity()); in snapOnFlingSameView() local 152 int velocity = (int) (0.2 * mRecyclerView.getMaxFlingVelocity()); in snapOnFlingNextView() local
|
D | LinearLayoutManagerSnappingTest.java | 118 int velocity = (int) (1.000001 * mRecyclerView.getMinFlingVelocity()); in snapOnFlingSameView() local 144 int velocity = (int) (0.2 * mRecyclerView.getMaxFlingVelocity()); in snapOnFlingNextView() local
|
D | GridLayoutManagerSnappingTest.java | 118 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/ |
D | EdgeEffectCompatIcs.java | 56 public static boolean onAbsorb(Object edgeEffect, int velocity) { in onAbsorb()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/ |
D | IRecentsNonSystemUserCallbacks.aidl | 37 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | IRecentsNonSystemUserCallbacks.aidl | 37 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded()
|
D | RecentsImplProxy.java | 108 public void onDraggingInRecentsEnded(float velocity) throws RemoteException { in onDraggingInRecentsEnded()
|
D | Recents.java | 511 public void onDraggingInRecentsEnded(float velocity) { in onDraggingInRecentsEnded()
|
/frameworks/base/core/jni/ |
D | android_view_VelocityTracker.cpp | 105 Velocity& velocity = mCalculatedVelocity[index]; in computeCurrentVelocity() local 119 const Velocity& velocity = mCalculatedVelocity[index]; in getVelocity() local
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DividerSnapAlgorithm.java | 133 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/ |
D | ViewPager.java | 493 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()
|
D | RotarySelector.java | 551 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/ |
D | ViewPager.java | 636 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/ |
D | DividerView.java | 407 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/ |
D | NotificationStackScrollLayout.java | 3909 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/ |
D | TaskStackViewTouchHandler.java | 331 int velocity = (int) mVelocityTracker.getYVelocity(mActivePointerId); in handleTouchEvent() local
|