Home
last modified time | relevance | path

Searched refs:startTranslation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java194 final float startTranslation = mTextAndBackground.getTranslationX(); in onDragEnd() local
202 } else if (Math.abs(startTranslation) > getWidth() / 2) { in onDragEnd()
204 endTranslation = (startTranslation < 0 ? -getWidth() : getWidth()); in onDragEnd()
211 (endTranslation - startTranslation) / getWidth()); in onDragEnd()
216 mContentTranslateAnimator.setFloatValues(startTranslation, endTranslation); in onDragEnd()