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.java1960 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop() local
1962 animateWidgetDrop(info, parent, d.dragView, null, animationType, cell, false); in onDrop()
2691 final Runnable onCompleteRunnable, int animationType, final View finalView,
2707 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external)
2717 if (animationType == CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION) {
2722 if (animationType == ANIMATE_INTO_POSITION_AND_REMAIN) {
DLauncher.java882 int animationType = 0; in completeTwoStageWidgetDrop() local
886 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
899 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
904 animationType, boundWidget, true); in completeTwoStageWidgetDrop()