Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DItemRevealAnimationTracker.kt36 fun animateIcon(view: View, info: TargetInfo) = animateView(view, info, iconProgress) in animateIcon()
37 fun animateLabel(view: View, info: TargetInfo) = animateView(view, info, labelProgress) in animateIcon()
39 private fun animateView(view: View, info: TargetInfo, map: MutableMap<TargetInfo, Record>) { in animateIcon() method
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java336 DragView animateView = d.dragView; in onDrop() local
340 if (animateView != null && mActivity instanceof Launcher) { in onDrop()
393 to.offset(center[0] - animateView.getMeasuredWidth() / 2, in onDrop()
394 center[1] - animateView.getMeasuredHeight() / 2); in onDrop()
408 dragLayer.animateView(animateView, to, finalAlpha, in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java306 animateView(view, to, finalAlpha, finalScaleX, finalScaleY, duration, in animateViewIntoPosition()
327 public void animateView(final DragView view, final Rect to, in animateView() method in DragLayer
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java259 dragLayer.animateView(d.dragView, to, scale, 0.1f, 0.1f, in onDrop()