Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java82 private Animator mDropAnim = null; field in DragLayer
380 if (mDropAnim != null) mDropAnim.cancel(); in playDropAnimation()
385 mDropAnim = animator; in playDropAnimation()
386 mDropAnim.addListener(forEndCallback(() -> mDropAnim = null)); in playDropAnimation()
388 mDropAnim.addListener(forEndCallback(this::clearAnimatedView)); in playDropAnimation()
390 mDropAnim.start(); in playDropAnimation()
400 if (mDropAnim != null) { in clearAnimatedView()
401 mDropAnim.cancel(); in clearAnimatedView()
403 mDropAnim = null; in clearAnimatedView()