Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFlingAnimation.java175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java396 public View getAnimatedView() { in getAnimatedView() method in DragLayer
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java935 if (mDragLayer.getAnimatedView() != null) { in completeTwoStageWidgetDrop()
937 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()