Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskView.java504 final Animator.AnimatorListener animListener) { in hideActionButton() argument
519 if (animListener != null) { in hideActionButton()
520 animListener.onAnimationEnd(null); in hideActionButton()
529 if (animListener != null) { in hideActionButton()
530 animListener.onAnimationEnd(null); in hideActionButton()