Searched defs:velocity (Results 1 – 13 of 13) sorted by relevance
/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 | 267 float velocity = Math.abs(vel.length()); in createFlingToTrashAnimatorListener() local
|
D | PagedView.java | 1453 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | Paper.java | 44 public void edgeReached(float velocity) { in edgeReached() 144 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 | 123 public void onAbsorb(int velocity, int direction) { in onAbsorb()
|
D | FlingScroller.java | 84 double velocity = Math.hypot(velocityX, velocityY); in fling() local
|
D | EdgeEffect.java | 261 public void onAbsorb(int velocity) { in onAbsorb()
|
D | SlotView.java | 663 float velocity = WIDE ? velocityX : velocityY; in onFling() local
|
D | PositionController.java | 196 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/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 | 1817 private View switchViews(boolean forward, float xOffSet, float width, float velocity) { in switchViews() 4948 private long calculateDuration(float delta, float width, float velocity) { in calculateDuration()
|