Searched defs:animateView (Results 1 – 2 of 2) sorted by relevance
345 public void animateView(final DragView view, final Rect from, final Rect to, in animateView() method in DragLayer415 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView() method in DragLayer
296 private void onDrop(final WorkspaceItemInfo item, DragView animateView, Rect finalRect, in onDrop()