Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java240 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
248 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition()
319 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument
324 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition()
353 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument
415 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView()
421 final int animationEndStyle, View anchorView) { in animateView() argument
447 switch (animationEndStyle) { in animateView()