Searched defs:mStartDx (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java2282 final float mStartDx; field in class:ItemTouchHelper.RecoverAnimation
2317 mStartDx = startDx;
2356 if (mStartDx == mTargetX) {
2359 mX = mStartDx + mFraction * (mTargetX - mStartDx);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java2288 final float mStartDx; field in class:ItemTouchHelper.RecoverAnimation
2323 mStartDx = startDx;
2362 if (mStartDx == mTargetX) {
2365 mX = mStartDx + mFraction * (mTargetX - mStartDx);

Completed in 75 milliseconds