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.java1934 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop() local
1936 animateWidgetDrop(info, parent, d.dragView, null, animationType, cell, false); in onDrop()
2676 final Runnable onCompleteRunnable, int animationType, final View finalView,
2692 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {
2701 if (animationType == CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION) {
2706 if (animationType == ANIMATE_INTO_POSITION_AND_REMAIN) {
DLauncher.java857 int animationType = 0; in completeTwoStageWidgetDrop() local
861 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
874 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
879 animationType, boundWidget, true); in completeTwoStageWidgetDrop()