Searched refs:translationProperty (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | AnimatorControllerWithResistance.java | 134 FloatProperty<TRANSLATION> translationProperty) { in createForRecents() argument 137 scaleProperty, translationTarget, translationProperty); in createForRecents() 194 resistAnim.addFloat(params.translationTarget, params.translationProperty, in createRecentsResistanceAnim() 227 public final FloatProperty<TRANSLATION> translationProperty; field in AnimatorControllerWithResistance.RecentsParams 237 TRANSLATION translationTarget, FloatProperty<TRANSLATION> translationProperty) { in RecentsParams() argument 244 this.translationProperty = translationProperty; in RecentsParams()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 2358 FloatProperty translationProperty = child instanceof TaskView in createTaskDismissAnimation() local 2365 anim.setFloat(child, translationProperty, scrollDiff, clampToProgress(LINEAR, in createTaskDismissAnimation() 2386 FloatProperty translationProperty = in createTaskDismissAnimation() local 2391 anim.setFloat(child, translationProperty, in createTaskDismissAnimation() 2860 FloatProperty translationProperty = child instanceof TaskView in updatePageOffsets() 2863 translationProperty.set(child, totalTranslation); in updatePageOffsets() 3080 FloatProperty translationProperty = child instanceof TaskView 3089 pendingAnim.add(ObjectAnimator.ofFloat(child, translationProperty, scrollDiff)
|