Searched defs:xvel (Results 1 – 11 of 11) sorted by relevance
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 201 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
|
D | SlidingPaneLayout.java | 1350 public void onViewReleased(View releasedChild, float xvel, float yvel) { in onViewReleased()
|
D | DrawerLayout.java | 2126 public void onViewReleased(View releasedChild, float xvel, float yvel) { in onViewReleased()
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 215 float xpos, xvel, xaccel; member
|
/frameworks/support/wear/src/android/support/wear/widget/drawer/ |
D | WearableDrawerLayout.java | 1067 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/ |
D | Scroller.java | 556 public boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection()
|
D | OverScroller.java | 533 public boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection()
|
D | Switch.java | 1022 final float xvel = mVelocityTracker.getXVelocity(); in stopDrag() local
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 768 float xvel = (xpos - state.xpos) / dt; in updateState() local
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SwitchCompat.java | 1003 final float xvel = mVelocityTracker.getXVelocity(); in stopDrag() local
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 2996 final float xvel = canScrollHorizontally in onTouchEvent() local
|