Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DModeTransitionView.java416 private void prepareShadeAnimation(int animationType, int shadeColorId, int iconResId, in prepareShadeAnimation() argument
422 mAnimationType = animationType; in prepareShadeAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1919 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop() local
1921 animateWidgetDrop(info, parent, d.dragView, null, animationType, cell, false); in onDrop()
2658 final Runnable onCompleteRunnable, int animationType, final View finalView,
2674 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {
2683 if (animationType == CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION) {
2688 if (animationType == ANIMATE_INTO_POSITION_AND_REMAIN) {
DLauncher.java840 int animationType = 0; in completeTwoStageWidgetDrop() local
844 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
857 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
862 animationType, boundWidget, true); in completeTwoStageWidgetDrop()