HomeSort by relevance Sort by last modified time
    Searched full:animateview (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 323 private void onDrop(final ShortcutInfo item, View animateView, Rect finalRect,
328 // Typically, the animateView corresponds to the DragView; however, if this is being done
331 if (animateView != null) {
334 dragLayer.getViewRectRelativeToSelf(animateView, from);
357 to.offset(center[0] - animateView.getMeasuredWidth() / 2,
358 center[1] - animateView.getMeasuredHeight() / 2);
362 dragLayer.animateView(animateView, from, to, finalAlpha,
DeleteDropTarget.java 194 dragLayer.animateView(d.dragView, from, to, 0.1f, 0.1f,
DragLayer.java 497 animateView(view, from, to, 1f, finalScale, duration, null, null, onCompleteRunnable, true);
518 public void animateView(final View view, final Rect from, final Rect to, final float finalAlpha,

Completed in 335 milliseconds