Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java163 private ObjectAnimator mIconAndDimAnimator; field in TaskView
431 if (mIconAndDimAnimator != null) { in animateIconScaleAndDimIntoView()
432 mIconAndDimAnimator.cancel(); in animateIconScaleAndDimIntoView()
434 mIconAndDimAnimator = ObjectAnimator.ofFloat(this, FOCUS_TRANSITION, 1); in animateIconScaleAndDimIntoView()
435 mIconAndDimAnimator.setCurrentFraction(mIconScaleAnimStartProgress); in animateIconScaleAndDimIntoView()
436 mIconAndDimAnimator.setDuration(DIM_ANIM_DURATION).setInterpolator(LINEAR); in animateIconScaleAndDimIntoView()
437 mIconAndDimAnimator.addListener(new AnimatorListenerAdapter() { in animateIconScaleAndDimIntoView()
440 mIconAndDimAnimator = null; in animateIconScaleAndDimIntoView()
443 mIconAndDimAnimator.start(); in animateIconScaleAndDimIntoView()
451 if (mIconAndDimAnimator != null) { in setIconScaleAndDim()
[all …]