Searched refs:downView (Results 1 – 1 of 1) sorted by relevance
439 protected void onOrthoDragFinished(View downView) { in onOrthoDragFinished() argument441 if (mIsOrthoDragged && downView != null) { in onOrthoDragFinished()443 float diff = mHorizontal ? downView.getTranslationY() : downView.getTranslationX(); in onOrthoDragFinished()444 if (Math.abs(diff) > (mHorizontal ? downView.getHeight() : downView.getWidth()) / 2) { in onOrthoDragFinished()446 animateOut(downView, Math.signum(diff) * mFlingVelocity, diff); in onOrthoDragFinished()449 offsetView(downView, 0); in onOrthoDragFinished()