Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java379 mDropAnim.addListener(forEndCallback(this::clearAnimatedView)); in playDropAnimation()
384 public void clearAnimatedView() { in clearAnimatedView() method in DragLayer
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java857 mDragLayer.clearAnimatedView(); in handleActivityResult()