Home
last modified time | relevance | path

Searched defs:xvel (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/widget/
DViewDragHelper.java206 public void onViewReleased(View releasedChild, float xvel, float yvel) {} in onViewReleased()
218 public void onViewFling(View releasedChild, float xvel, float yvel) {} in onViewFling()
583 private boolean forceSettleCapturedViewAt(int finalLeft, int finalTop, int xvel, int yvel) { in forceSettleCapturedViewAt()
604 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) { in computeSettleDuration()
DOverlappingPaneLayout.java1113 public void onViewReleased(View releasedChild, float xvel, float yvel) { in onViewReleased()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DScroller.java503 public boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection()
DOverScroller.java535 public boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection()
/packages/apps/Camera2/src/com/android/camera/ui/
DSwitch.java302 float xvel = mVelocityTracker.getXVelocity(); in stopDrag() local
/packages/apps/Camera/src/com/android/camera/ui/
DSwitch.java311 float xvel = mVelocityTracker.getXVelocity(); in stopDrag() local
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherScroller.java555 public boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection()
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DOverScrollerSGV.java537 public boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection()