Home
last modified time | relevance | path

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

/frameworks/support/core-ui/java/android/support/v4/widget/
DViewDragHelper.java201 public void onViewReleased(View releasedChild, float xvel, float yvel) {} in onViewReleased()
585 private boolean forceSettleCapturedViewAt(int finalLeft, int finalTop, int xvel, int yvel) { in forceSettleCapturedViewAt()
605 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) { in computeSettleDuration()
767 private void dispatchViewReleased(float xvel, float yvel) { in dispatchViewReleased()
1403 final float xvel = clampMag( in releaseViewForPointerUp() local
DSlidingPaneLayout.java1350 public void onViewReleased(View releasedChild, float xvel, float yvel) { in onViewReleased()
DDrawerLayout.java2126 public void onViewReleased(View releasedChild, float xvel, float yvel) { in onViewReleased()
/frameworks/native/include/input/
DVelocityTracker.h215 float xpos, xvel, xaccel; member
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DWearableDrawerLayout.java1067 public void onViewReleased(View releasedChild, float xvel, float yvel) { in onViewReleased()
1135 public void onViewReleased(View releasedChild, float xvel, float yvel) { in onViewReleased()
/frameworks/base/core/java/android/widget/
DScroller.java556 public boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection()
DOverScroller.java533 public boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection()
DSwitch.java1022 final float xvel = mVelocityTracker.getXVelocity(); in stopDrag() local
/frameworks/native/libs/input/
DVelocityTracker.cpp768 float xvel = (xpos - state.xpos) / dt; in updateState() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java1003 final float xvel = mVelocityTracker.getXVelocity(); in stopDrag() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java2996 final float xvel = canScrollHorizontally in onTouchEvent() local