Searched refs:FlingAlongVectorAnimatorUpdateListener (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteDropTarget.java322 private static class FlingAlongVectorAnimatorUpdateListener implements AnimatorUpdateListener { class in class:DeleteDropTarget
332 public FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from, method in class:DeleteDropTarget.FlingAlongVectorAnimatorUpdateListener
375 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeleteDropTarget.java436 private static class FlingAlongVectorAnimatorUpdateListener implements AnimatorUpdateListener { class in class:DeleteDropTarget
446 public FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from, method in class:DeleteDropTarget.FlingAlongVectorAnimatorUpdateListener
489 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
H A DPagedView.java2601 private static class FlingAlongVectorAnimatorUpdateListener implements AnimatorUpdateListener { class in class:PagedView
2610 public FlingAlongVectorAnimatorUpdateListener(View dragView, PointF vel, Rect from, method in class:PagedView.FlingAlongVectorAnimatorUpdateListener
2757 AnimatorUpdateListener updateCb = new FlingAlongVectorAnimatorUpdateListener(dragView, vel,

Completed in 54 milliseconds