Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DSmoothPagedView.java119 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity()
127 private void snapToPageWithVelocity(int whichPage, int velocity, boolean settle) { in snapToPageWithVelocity()
DDeleteDropTarget.java267 float velocity = Math.abs(vel.length()); in createFlingToTrashAnimatorListener() local
DPagedView.java1453 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPaper.java44 public void edgeReached(float velocity) { in edgeReached()
144 public void onAbsorb(float velocity) { in onAbsorb()
DScrollerHelper.java74 public void fling(int velocity, int min, int max) { in fling()
DEdgeView.java123 public void onAbsorb(int velocity, int direction) { in onAbsorb()
DFlingScroller.java84 double velocity = Math.hypot(velocityX, velocityY); in fling() local
DEdgeEffect.java261 public void onAbsorb(int velocity) { in onAbsorb()
DSlotView.java663 float velocity = WIDE ? velocityX : velocityY; in onFling() local
DPositionController.java196 void onAbsorb(int velocity, int direction); in onAbsorb()
/packages/apps/Browser/src/com/android/browser/
DNavTabScroller.java266 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/
DScrollerView.java862 protected void onOrthoFling(View draggedView, float velocity) { in onOrthoFling()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java1817 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()