Searched refs:animationType (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | ModeTransitionView.java | 416 private void prepareShadeAnimation(int animationType, int shadeColorId, int iconResId, in prepareShadeAnimation() argument 422 mAnimationType = animationType; in prepareShadeAnimation()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 2336 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : 2339 onCompleteRunnable, animationType, cell, false); 3240 final Runnable onCompleteRunnable, int animationType, final View finalView, 3259 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) { 3268 if (animationType == CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION) { 3273 if (animationType == ANIMATE_INTO_POSITION_AND_REMAIN) {
|
D | Launcher.java | 724 int animationType = 0; in completeTwoStageWidgetDrop() local 728 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop() 743 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop() 755 animationType, boundWidget, true); in completeTwoStageWidgetDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 2890 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop() local 2893 onCompleteRunnable, animationType, cell, false); in onDrop() 3754 final Runnable onCompleteRunnable, int animationType, final View finalView, 3770 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) { 3779 if (animationType == CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION) { 3784 if (animationType == ANIMATE_INTO_POSITION_AND_REMAIN) {
|
D | Launcher.java | 905 int animationType = 0; in completeTwoStageWidgetDrop() local 909 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop() 924 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop() 929 animationType, boundWidget, true); in completeTwoStageWidgetDrop()
|