Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java662 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()
DScroller.java392 float velocity = FloatMath.sqrt(velocityX * velocityX + velocityY * velocityY); in fling() local
/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.java266 float velocity = Math.abs(vel.length()); in createFlingToTrashAnimatorListener() local
DPagedView.java1517 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity()
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
DSwipeHelper.java293 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/
DPaper.java45 public void edgeReached(float velocity) { in edgeReached()
145 public void onAbsorb(float velocity) { in onAbsorb()
DScrollerHelper.java74 public void fling(int velocity, int min, int max) { in fling()
DEdgeView.java126 public void onAbsorb(int velocity, int direction) { in onAbsorb()
DFlingScroller.java85 double velocity = Math.hypot(velocityX, velocityY); in fling() local
DEdgeEffect.java264 public void onAbsorb(int velocity) { in onAbsorb()
DSlotView.java663 float velocity = WIDE ? velocityX : velocityY; in onFling() local
DPositionController.java197 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/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java366 final float velocity = VelocityTrackerCompat.getXVelocity(mVelocityTracker, in onTouchEvent() local
/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.java1818 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()