/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | OverScroller.java | 662 static private float getDeceleration(int velocity) { in getDeceleration() 737 private void startSpringback(int start, int end, int velocity) { in startSpringback() 751 void fling(int start, int velocity, int min, int max, int over) { in fling() 787 private double getSplineDeceleration(int velocity) { in getSplineDeceleration() 791 private double getSplineFlingDistance(int velocity) { in getSplineFlingDistance() 798 private int getSplineFlingDuration(int velocity) { in getSplineFlingDuration() 804 private void fitOnBounceCurve(int start, int end, int velocity) { in fitOnBounceCurve() 816 private void startBounceAfterEdge(int start, int end, int velocity) { in startBounceAfterEdge() 822 private void startAfterEdge(int start, int min, int max, int velocity) { in startAfterEdge()
|
D | Scroller.java | 392 float velocity = FloatMath.sqrt(velocityX * velocityX + velocityY * velocityY); in fling() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | SmoothPagedView.java | 119 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() 127 private void snapToPageWithVelocity(int whichPage, int velocity, boolean settle) { in snapToPageWithVelocity()
|
D | DeleteDropTarget.java | 266 float velocity = Math.abs(vel.length()); in createFlingToTrashAnimatorListener() local
|
D | PagedView.java | 1517 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity()
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/ |
D | SwipeHelper.java | 293 private void dismissChild(final View view, float velocity) { in dismissChild() 320 private int determineDuration(View animView, float newPos, float velocity) { in determineDuration() 333 private float determinePos(View animView, float velocity) { in determinePos() 345 public void snapChild(final View view, float velocity) { in snapChild() 430 float velocity = getVelocity(mVelocityTracker); in onTouchEvent() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | Paper.java | 45 public void edgeReached(float velocity) { in edgeReached() 145 public void onAbsorb(float velocity) { in onAbsorb()
|
D | ScrollerHelper.java | 74 public void fling(int velocity, int min, int max) { in fling()
|
D | EdgeView.java | 126 public void onAbsorb(int velocity, int direction) { in onAbsorb()
|
D | FlingScroller.java | 85 double velocity = Math.hypot(velocityX, velocityY); in fling() local
|
D | EdgeEffect.java | 264 public void onAbsorb(int velocity) { in onAbsorb()
|
D | SlotView.java | 663 float velocity = WIDE ? velocityX : velocityY; in onFling() local
|
D | PositionController.java | 197 void onAbsorb(int velocity, int direction); in onAbsorb()
|
/packages/apps/Browser/src/com/android/browser/ |
D | NavTabScroller.java | 266 private void animateOut(final View v, float velocity) { in animateOut() 271 private void animateOut(final View v, float velocity, float start) { in animateOut() 455 protected void onOrthoFling(View v, float velocity) { in onOrthoFling()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | GalleryThumbnailView.java | 366 final float velocity = VelocityTrackerCompat.getXVelocity(mVelocityTracker, in onTouchEvent() local
|
/packages/apps/Browser/src/com/android/browser/view/ |
D | ScrollerView.java | 862 protected void onOrthoFling(View draggedView, float velocity) { in onOrthoFling()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayView.java | 1818 private View switchViews(boolean forward, float xOffSet, float width, float velocity) { in switchViews() 4992 private long calculateDuration(float delta, float width, float velocity) { in calculateDuration()
|