HomeSort by relevance Sort by last modified time
    Searched refs:yvel (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/Dialer/src/com/android/dialer/widget/
ViewDragHelper.java 204 * @param yvel Y velocity of the pointer as it left the screen in pixels per second.
206 public void onViewReleased(View releasedChild, float xvel, float yvel) {}
216 * @param yvel Y velocity of the fling.
218 public void onViewFling(View releasedChild, float xvel, float yvel) {}
580 * @param yvel Vertical velocity
583 private boolean forceSettleCapturedViewAt(int finalLeft, int finalTop, int xvel, int yvel) {
596 final int duration = computeSettleDuration(mCapturedView, dx, dy, xvel, yvel);
604 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) {
606 yvel = clampMag(yvel, (int) mMinVelocity, (int) mMaxVelocity)
    [all...]
OverlappingPaneLayout.java     [all...]
  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 178 float ypos, yvel, yaccel;
756 state.yvel = 0;
775 float yvel = (ypos - state.ypos) / dt; local
778 state.yvel = yvel;
784 state.yvel += (yvel - state.yvel) * alpha;
787 float yaccel = (yvel - state.yvel) / dt
    [all...]
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
DragFrameLayout.java 95 public void onViewReleased(View releasedChild, float xvel, float yvel) {
96 super.onViewReleased(releasedChild, xvel, yvel);
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
DragFrameLayout.java 95 public void onViewReleased(View releasedChild, float xvel, float yvel) {
96 super.onViewReleased(releasedChild, xvel, yvel);
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
DragFrameLayout.java 95 public void onViewReleased(View releasedChild, float xvel, float yvel) {
96 super.onViewReleased(releasedChild, xvel, yvel);
  /external/chromium_org/ui/gfx/android/
scroller.h 96 bool IsScrollingInDirection(float xvel, float yvel) const;
scroller.cc 401 bool Scroller::IsScrollingInDirection(float xvel, float yvel) const {
403 Signum(yvel) == Signum(delta_y_);
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 199 * @param yvel Y velocity of the pointer as it left the screen in pixels per second.
201 public void onViewReleased(View releasedChild, float xvel, float yvel) {}
580 * @param yvel Vertical velocity
583 private boolean forceSettleCapturedViewAt(int finalLeft, int finalTop, int xvel, int yvel) {
596 final int duration = computeSettleDuration(mCapturedView, dx, dy, xvel, yvel);
603 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) {
605 yvel = clampMag(yvel, (int) mMinVelocity, (int) mMaxVelocity);
609 final int absYVel = Math.abs(yvel);
615 final float yweight = yvel != 0 ? (float) absYVel / addedVel
1390 final float yvel = clampMag( local
    [all...]
SlidingPaneLayout.java     [all...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 749 state.yvel = 0;
766 float yvel = (ypos - state.ypos) / dt; local
769 state.yvel = yvel;
775 state.yvel += (yvel - state.yvel) * alpha;
778 float yaccel = (yvel - state.yvel) / dt;
788 state.yvel += (state.yaccel * dt) * alpha
    [all...]
  /frameworks/native/include/input/
VelocityTracker.h 216 float ypos, yvel, yaccel; member in struct:android::IntegratingVelocityTrackerStrategy::State
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 503 public boolean isScrollingInDirection(float xvel, float yvel) {
505 Math.signum(yvel) == Math.signum(mFinalY - mStartY);
OverScroller.java 535 public boolean isScrollingInDirection(float xvel, float yvel) {
539 Math.signum(yvel) == Math.signum(dy);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 288 final float yvel = mVelocityTracker.getYVelocity(mActivePointerId); local
289 if (Math.abs(yvel) > mMinFlingVelocity) {
291 && yvel > 0 && mCollapseOffset > mCollapsibleHeight) {
292 smoothScrollTo(mCollapsibleHeight + mUncollapsibleHeight, yvel);
295 smoothScrollTo(yvel < 0 ? 0 : mCollapsibleHeight, yvel);
  /frameworks/base/core/java/android/widget/
Scroller.java 557 public boolean isScrollingInDirection(float xvel, float yvel) {
559 Math.signum(yvel) == Math.signum(mFinalY - mStartY);
OverScroller.java 534 public boolean isScrollingInDirection(float xvel, float yvel) {
538 Math.signum(yvel) == Math.signum(dy);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 555 public boolean isScrollingInDirection(float xvel, float yvel) {
557 Math.signum(yvel) == Math.signum(mFinalY - mStartY);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 537 public boolean isScrollingInDirection(float xvel, float yvel) {
541 Math.signum(yvel) == Math.signum(dy);
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 719 milliseconds

1 2