Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java84 private DragView mDropView = null; field in DragLayer
383 mDropView = view; in playDropAnimation()
404 if (mDropView != null) { in clearAnimatedView()
405 mDragController.onDeferredEndDrag(mDropView); in clearAnimatedView()
407 DragView ret = mDropView; in clearAnimatedView()
408 mDropView = null; in clearAnimatedView()
414 return mDropView; in getAnimatedView()