Searched refs:endTranslation (Results 1 – 1 of 1) sorted by relevance
193 final float endTranslation; in onDragEnd() local198 endTranslation = 0; in onDragEnd()201 endTranslation = velocity < 0 ? - getWidth() : getWidth(); in onDragEnd()204 endTranslation = (startTranslation < 0 ? -getWidth() : getWidth()); in onDragEnd()207 endTranslation = 0; in onDragEnd()211 (endTranslation - startTranslation) / getWidth()); in onDragEnd()216 mContentTranslateAnimator.setFloatValues(startTranslation, endTranslation); in onDragEnd()